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

Unified Diff: chrome/browser/chrome_browser_main_extra_parts_exo.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
« no previous file with comments | « no previous file | chrome/browser/chrome_content_browser_client.cc » ('j') | chrome/browser/ui/ash/ash_util.h » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/chrome_browser_main_extra_parts_exo.cc
diff --git a/chrome/browser/chrome_browser_main_extra_parts_exo.cc b/chrome/browser/chrome_browser_main_extra_parts_exo.cc
index f955c0a7ffe7e004b8d13ba5f91f440ae819a87d..1515102054c3d5c4539af32439fa5ac156dfbe70 100644
--- a/chrome/browser/chrome_browser_main_extra_parts_exo.cc
+++ b/chrome/browser/chrome_browser_main_extra_parts_exo.cc
@@ -124,7 +124,7 @@ void ChromeBrowserMainExtraPartsExo::PreProfileInit() {
arc_notification_surface_manager_ =
base::MakeUnique<arc::ArcNotificationSurfaceManager>();
- if (ash_util::IsRunningInMash())
+ if (IsRunningInMash())
wm_helper_ = base::MakeUnique<exo::WMHelperMus>();
else
wm_helper_ = base::MakeUnique<exo::WMHelperAsh>();
« no previous file with comments | « no previous file | chrome/browser/chrome_content_browser_client.cc » ('j') | chrome/browser/ui/ash/ash_util.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698