Index: chrome/browser/ui/browser_init.cc |
diff --git a/chrome/browser/ui/browser_init.cc b/chrome/browser/ui/browser_init.cc |
index 8249ecb0d78514635ab617a91dc7b61205a2c17d..8c3f4ea89a316c5ad6ef77fb10575e82482cc6f9 100644 |
--- a/chrome/browser/ui/browser_init.cc |
+++ b/chrome/browser/ui/browser_init.cc |
@@ -432,7 +432,7 @@ bool BrowserInit::LaunchBrowser(const CommandLine& command_line, |
// of compatible documents (PDF, etc) to the GView document viewer. |
const CommandLine& parsed_command_line = *CommandLine::ForCurrentProcess(); |
if (parsed_command_line.HasSwitch(switches::kEnableGView)) { |
- chromeos::GViewRequestInterceptor::GetGViewRequestInterceptor(); |
+ chromeos::GViewRequestInterceptor::GetInstance(); |
} |
if (process_startup) { |
// TODO(dhg): Try to make this just USBMountObserver::Get()->set_profile |