| Index: chrome/common/important_file_writer.h
|
| diff --git a/chrome/common/important_file_writer.h b/chrome/common/important_file_writer.h
|
| index bdf2223ecc01c272dc88597d44480d3b3c36bbd9..4b706221256c6c54ce935f310e39261268798752 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.
|
|
|