diff options
Diffstat (limited to 'chrome/browser/chrome_browser_main_win.cc')
| -rw-r--r-- | chrome/browser/chrome_browser_main_win.cc | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/chrome/browser/chrome_browser_main_win.cc b/chrome/browser/chrome_browser_main_win.cc index fdf297b..e6726bf 100644 --- a/chrome/browser/chrome_browser_main_win.cc +++ b/chrome/browser/chrome_browser_main_win.cc @@ -220,7 +220,8 @@ void DetectFaultTolerantHeap() { void ShowCloseBrowserFirstMessageBox() { int message_id = IDS_UNINSTALL_CLOSE_APP; if (base::win::GetVersion() >= base::win::VERSION_WIN8 && - (ShellIntegration::GetDefaultBrowser() == ShellIntegration::IS_DEFAULT)) { + (shell_integration::GetDefaultBrowser() == + shell_integration::IS_DEFAULT)) { message_id = IDS_UNINSTALL_CLOSE_APP_IMMERSIVE; } chrome::ShowMessageBox(NULL, |
