Chromium Code Reviews| Index: bin/file.h |
| =================================================================== |
| --- bin/file.h (revision 651) |
| +++ bin/file.h (working copy) |
| @@ -56,6 +56,7 @@ |
| static File* OpenFile(const char* name, bool writable); |
| static bool FileExists(const char* name); |
| static bool IsAbsolutePath(const char* pathname); |
| + static char* GetCanonicalPath(const char* name); |
| static const char* PathSeparator(); |
| static const char* StringEscapedPathSeparator(); |