Index: content/shell/shell_browser_main_parts.cc |
diff --git a/content/shell/shell_browser_main_parts.cc b/content/shell/shell_browser_main_parts.cc |
index badaffe3012ad5bcced10efea43eb484f526d66b..bc4bfe3e237f8d48ae097910f77e01bc7a8001a3 100644 |
--- a/content/shell/shell_browser_main_parts.cc |
+++ b/content/shell/shell_browser_main_parts.cc |
@@ -106,7 +106,7 @@ void ShellBrowserMainParts::PreMainMessageLoopRun() { |
browser_context_.reset(new ShellBrowserContext(false)); |
off_the_record_browser_context_.reset(new ShellBrowserContext(true)); |
- Shell::PlatformInitialize(); |
+ Shell::Initialize(); |
net::NetModule::SetResourceProvider(PlatformResourceProvider); |
int port = 0; |