| Index: chrome/common/chrome_constants.h
|
| ===================================================================
|
| --- chrome/common/chrome_constants.h (revision 28987)
|
| +++ chrome/common/chrome_constants.h (working copy)
|
| @@ -11,10 +11,12 @@
|
|
|
| namespace chrome {
|
|
|
| +extern const char kChromeVersion[];
|
| +
|
| extern const wchar_t kBrowserProcessExecutableName[];
|
| extern const wchar_t kHelperProcessExecutableName[];
|
| extern const wchar_t kBrowserProcessExecutablePath[];
|
| -extern const wchar_t kHelperProcessExecutablePath[];
|
| +extern const FilePath::CharType kHelperProcessExecutablePath[];
|
| #if defined(OS_MACOSX)
|
| extern const FilePath::CharType kFrameworkName[];
|
| #endif
|
|
|