| Index: chrome/app/chrome_main_delegate.cc
|
| diff --git a/chrome/app/chrome_main_delegate.cc b/chrome/app/chrome_main_delegate.cc
|
| index f8b72dde8e721b54329cc63830d526fd70777efa..79d858c8d1fcd0a16ccd69cdf7f6e093a5c34fb2 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;
|
| @@ -761,7 +761,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
|
| }
|
|
|