| Index: chrome/browser/chrome_content_browser_client.cc
|
| diff --git a/chrome/browser/chrome_content_browser_client.cc b/chrome/browser/chrome_content_browser_client.cc
|
| index be3a5cd9e2e95f4c774cfcb4c375dee6865fefae..23773731413b62cd2be8b0e5bcb943a3ad6b81ac 100644
|
| --- a/chrome/browser/chrome_content_browser_client.cc
|
| +++ b/chrome/browser/chrome_content_browser_client.cc
|
| @@ -3241,7 +3241,7 @@ void ChromeContentBrowserClient::RegisterInProcessServices(
|
| services->insert(std::make_pair(prefs::mojom::kServiceName, info));
|
| }
|
|
|
| - if (!chrome::IsRunningInMash()) {
|
| + if (!ash_util::IsRunningInMash()) {
|
| content::ServiceInfo info;
|
| info.factory = base::Bind(&ash_util::CreateEmbeddedAshService,
|
| base::ThreadTaskRunnerHandle::Get());
|
|
|