diff options
Diffstat (limited to 'chrome/browser/chrome_browser_main_win.cc')
-rw-r--r-- | chrome/browser/chrome_browser_main_win.cc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/chrome/browser/chrome_browser_main_win.cc b/chrome/browser/chrome_browser_main_win.cc index 68c0efa..7be7e23 100644 --- a/chrome/browser/chrome_browser_main_win.cc +++ b/chrome/browser/chrome_browser_main_win.cc @@ -22,7 +22,7 @@ #include "base/win/windows_version.h" #include "base/win/wrapped_window_proc.h" #include "chrome/browser/browser_util_win.h" -#include "chrome/browser/install_verification/win/install_verification.h" +#include "chrome/browser/install_module_verifier_win.h" #include "chrome/browser/profiles/profile_info_cache.h" #include "chrome/browser/profiles/profile_shortcut_manager.h" #include "chrome/browser/shell_integration.h" @@ -234,7 +234,7 @@ void ChromeBrowserMainPartsWin::PostBrowserStart() { content::BrowserThread::GetMessageLoopProxyForThread( content::BrowserThread::UI)->PostDelayedTask( FROM_HERE, - base::Bind(&VerifyInstallation), + base::Bind(&BeginModuleVerification), base::TimeDelta::FromSeconds(45)); } |