| Index: chrome/browser/chrome_browser_main_win.cc
|
| diff --git a/chrome/browser/chrome_browser_main_win.cc b/chrome/browser/chrome_browser_main_win.cc
|
| index 3114efa5a6ddcd3b771e71e8c5366156284c1307..69d0707eac2b4a0901907dfb08183a0c85a428a4 100644
|
| --- a/chrome/browser/chrome_browser_main_win.cc
|
| +++ b/chrome/browser/chrome_browser_main_win.cc
|
| @@ -115,7 +115,7 @@ int DoUninstallTasks(bool chrome_still_running) {
|
| ShowCloseBrowserFirstMessageBox();
|
| return chrome::RESULT_CODE_UNINSTALL_CHROME_ALIVE;
|
| }
|
| - int result = browser::ShowUninstallBrowserPrompt();
|
| + int result = chrome::ShowUninstallBrowserPrompt();
|
| if (browser_util::IsBrowserAlreadyRunning()) {
|
| ShowCloseBrowserFirstMessageBox();
|
| return chrome::RESULT_CODE_UNINSTALL_CHROME_ALIVE;
|
|
|