summaryrefslogtreecommitdiffstats
path: root/chrome/common/important_file_writer.h
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/common/important_file_writer.h')
-rw-r--r--chrome/common/important_file_writer.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/common/important_file_writer.h b/chrome/common/important_file_writer.h
index bdf2223..4b70622 100644
--- a/chrome/common/important_file_writer.h
+++ b/chrome/common/important_file_writer.h
@@ -50,7 +50,7 @@ class ImportantFileWriter : public NonThreadSafe {
// Initialize the writer.
// |path| is the name of file to write.
// All non-const methods, ctor and dtor must be called on the same thread.
- ImportantFileWriter(const FilePath& path);
+ explicit ImportantFileWriter(const FilePath& path);
// You have to ensure that there are no pending writes at the moment
// of destruction.