diff options
Diffstat (limited to 'chrome/common/important_file_writer.h')
-rw-r--r-- | chrome/common/important_file_writer.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/common/important_file_writer.h b/chrome/common/important_file_writer.h index a25ad5f..5fdabce 100644 --- a/chrome/common/important_file_writer.h +++ b/chrome/common/important_file_writer.h @@ -62,7 +62,7 @@ class ImportantFileWriter : public NonThreadSafe { // of destruction. ~ImportantFileWriter(); - FilePath path() const { return path_; } + const FilePath& path() const { return path_; } // Returns true if there is a scheduled write pending which has not yet // been started. |