| Index: base/files/file_path.h
|
| diff --git a/base/files/file_path.h b/base/files/file_path.h
|
| index 734c4026afc34e5d4bf27fceb07971a2a3bafca2..5695767a574645a5f4c87aa4816050df02112130 100644
|
| --- a/base/files/file_path.h
|
| +++ b/base/files/file_path.h
|
| @@ -246,7 +246,7 @@ class BASE_EXPORT FilePath {
|
| // TODO(davidben): Check all our extension-sensitive code to see if
|
| // we can rename this to Extension() and the other to something like
|
| // LongExtension(), defaulting to short extensions and leaving the
|
| - // long "extensions" to logic like file_util::GetUniquePathNumber().
|
| + // long "extensions" to logic like base::GetUniquePathNumber().
|
| StringType FinalExtension() const;
|
|
|
| // Returns "C:\pics\jojo" for path "C:\pics\jojo.jpg"
|
|
|