diff options
Diffstat (limited to 'chrome/common/chrome_constants.cc')
-rw-r--r-- | chrome/common/chrome_constants.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/common/chrome_constants.cc b/chrome/common/chrome_constants.cc index f5977b0..74e69b3 100644 --- a/chrome/common/chrome_constants.cc +++ b/chrome/common/chrome_constants.cc @@ -19,7 +19,7 @@ const wchar_t kBrowserProcessExecutableName[] = L"chrome"; #elif defined(OS_MACOSX) const wchar_t kBrowserProcessExecutableName[] = #if defined(GOOGLE_CHROME_BUILD) - L"Chrome"; + L"Google Chrome"; #else L"Chromium"; #endif // GOOGLE_CHROME_BUILD |