diff options
author | evan@chromium.org <evan@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-02-23 11:39:05 +0000 |
---|---|---|
committer | evan@chromium.org <evan@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-02-23 11:39:05 +0000 |
commit | 8d70906b392d32665f8cb8d219ea3cc674b73eeb (patch) | |
tree | 2ccacd0d47286eee3cd828e63bf3dfe9d3f0a7c9 /base | |
parent | a84ab9502867f91da24e19340f99d90b3b4966ff (diff) | |
download | chromium_src-8d70906b392d32665f8cb8d219ea3cc674b73eeb.zip chromium_src-8d70906b392d32665f8cb8d219ea3cc674b73eeb.tar.gz chromium_src-8d70906b392d32665f8cb8d219ea3cc674b73eeb.tar.bz2 |
Add back a line in file_util.h that was accidentally deleted long ago.
Review URL: http://codereview.chromium.org/652111
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@39712 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'base')
-rw-r--r-- | base/file_util.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/base/file_util.h b/base/file_util.h index 1038444..ad36a7e 100644 --- a/base/file_util.h +++ b/base/file_util.h @@ -74,6 +74,7 @@ bool ContainsPath(const FilePath& parent, const FilePath& child); //----------------------------------------------------------------------------- // Functions that involve filesystem access or modification: +// Returns the number of files matching the current path that were // created on or after the given |file_time|. Doesn't count ".." or ".". // // Note for POSIX environments: a file created before |file_time| |