Index: chrome/app/chrome_main_delegate.cc |
diff --git a/chrome/app/chrome_main_delegate.cc b/chrome/app/chrome_main_delegate.cc |
index 168b32e9883ab402090cd3b268de83123403f838..0778d26a27680e164221462663b1b250ff73f680 100644 |
--- a/chrome/app/chrome_main_delegate.cc |
+++ b/chrome/app/chrome_main_delegate.cc |
@@ -117,7 +117,7 @@ base::LazyInstance<chrome::ChromeContentBrowserClient> |
#if !defined(CHROME_MULTIPLE_DLL_BROWSER) |
base::LazyInstance<ChromeContentRendererClient> |
g_chrome_content_renderer_client = LAZY_INSTANCE_INITIALIZER; |
-base::LazyInstance<chrome::ChromeContentUtilityClient> |
+base::LazyInstance<ChromeContentUtilityClient> |
g_chrome_content_utility_client = LAZY_INSTANCE_INITIALIZER; |
base::LazyInstance<chrome::ChromeContentPluginClient> |
g_chrome_content_plugin_client = LAZY_INSTANCE_INITIALIZER; |
@@ -763,7 +763,7 @@ void ChromeMainDelegate::PreSandboxStartup() { |
#if !defined(CHROME_MULTIPLE_DLL_BROWSER) |
if (process_type == switches::kUtilityProcess || |
process_type == switches::kZygoteProcess) { |
- chrome::ChromeContentUtilityClient::PreSandboxStartup(); |
+ ChromeContentUtilityClient::PreSandboxStartup(); |
} |
#endif |
} |