| Index: chrome/browser/extensions/path_util.h
|
| diff --git a/chrome/browser/extensions/path_util.h b/chrome/browser/extensions/path_util.h
|
| index 8ac8f10aec7554c0185c2f22ecb26a08397400bc..56d4b8c2ebd007fc0e0f811de2f00982b5d7db1c 100644
|
| --- a/chrome/browser/extensions/path_util.h
|
| +++ b/chrome/browser/extensions/path_util.h
|
| @@ -15,6 +15,9 @@ namespace path_util {
|
| // For OS X, prettifies |source_path| by localizing every component of the
|
| // path. Additionally, if the path is inside the user's home directory, then
|
| // replace the home directory component with "~".
|
| +//
|
| +// This function is tested in
|
| +// chrome/browser/extensions/extension_path_util_unittest.cc.
|
| base::FilePath PrettifyPath(const base::FilePath& source_path);
|
|
|
| } // namespace path_util
|
|
|