| Index: chrome/common/chrome_constants.h
|
| ===================================================================
|
| --- chrome/common/chrome_constants.h (revision 69950)
|
| +++ chrome/common/chrome_constants.h (working copy)
|
| @@ -16,9 +16,9 @@
|
|
|
| extern const char kChromeVersionEnvVar[];
|
|
|
| -extern const wchar_t kBrowserProcessExecutableName[];
|
| -extern const wchar_t kHelperProcessExecutableName[];
|
| -extern const wchar_t kBrowserProcessExecutablePath[];
|
| +extern const FilePath::CharType kBrowserProcessExecutableName[];
|
| +extern const FilePath::CharType kHelperProcessExecutableName[];
|
| +extern const FilePath::CharType kBrowserProcessExecutablePath[];
|
| extern const FilePath::CharType kHelperProcessExecutablePath[];
|
| #if defined(OS_MACOSX)
|
| extern const FilePath::CharType kFrameworkName[];
|
|
|