commit | a83d4229743f26512b24b9b3f0eb0ea871bb41d7 | [log] [tgz] |
---|---|---|
author | [email protected] <[email protected]@0039d316-1c4b-4281-b951-d872f2087c98> | Tue Aug 17 22:51:10 2010 |
committer | [email protected] <[email protected]@0039d316-1c4b-4281-b951-d872f2087c98> | Tue Aug 17 22:51:10 2010 |
tree | 6bf3b71ca04bc49cc875efd285309d714164b1d6 | |
parent | e518c64aac17b27aa2bf0d0ed6cdac4210b3e946 [diff] [blame] |
FBTF: Header cleanup in chrome/common. Part 1. BUG=none TEST=none Review URL: http://codereview.chromium.org/3106016 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@56444 0039d316-1c4b-4281-b951-d872f2087c98
diff --git a/chrome/common/important_file_writer.h b/chrome/common/important_file_writer.h index a25ad5f..5fdabce4 100644 --- a/chrome/common/important_file_writer.h +++ b/chrome/common/important_file_writer.h
@@ -62,7 +62,7 @@ // 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.