Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(4696)

Unified Diff: chrome/browser/chrome_content_browser_client.cc

Issue 2721153004: Remove ash_util namespace (Closed)
Patch Set: Created 3 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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 23773731413b62cd2be8b0e5bcb943a3ad6b81ac..a543f9a7c18dc95fc8d39b06dd037239b94ea539 100644
--- a/chrome/browser/chrome_content_browser_client.cc
+++ b/chrome/browser/chrome_content_browser_client.cc
@@ -3241,9 +3241,9 @@ void ChromeContentBrowserClient::RegisterInProcessServices(
services->insert(std::make_pair(prefs::mojom::kServiceName, info));
}
- if (!ash_util::IsRunningInMash()) {
+ if (!IsRunningInMash()) {
content::ServiceInfo info;
- info.factory = base::Bind(&ash_util::CreateEmbeddedAshService,
+ info.factory = base::Bind(&CreateEmbeddedAshService,
base::ThreadTaskRunnerHandle::Get());
services->insert(std::make_pair(ash::mojom::kServiceName, info));
}

Powered by Google App Engine
This is Rietveld 408576698