summaryrefslogtreecommitdiff
path: root/base/files/dir_reader_fallback.h
diff options
context:
space:
mode:
Diffstat (limited to 'base/files/dir_reader_fallback.h')
-rw-r--r--base/files/dir_reader_fallback.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/base/files/dir_reader_fallback.h b/base/files/dir_reader_fallback.h
index 4bc199a922..d44c2279e4 100644
--- a/base/files/dir_reader_fallback.h
+++ b/base/files/dir_reader_fallback.h
@@ -11,7 +11,7 @@ class DirReaderFallback {
public:
// Open a directory. If |IsValid| is true, then |Next| can be called to start
// the iteration at the beginning of the directory.
- explicit DirReaderFallback(const char* /* directory_path */) {}
+ explicit DirReaderFallback(const char* directory_path) {}
// After construction, IsValid returns true iff the directory was
// successfully opened.