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

Unified Diff: chrome/browser/chrome_browser_main_extra_parts_exo.cc

Issue 2718333002: Move ash_util functions from 'chrome' namespace to 'ash_util' namespace (Closed)
Patch Set: Rebase after https://codereview.chromium.org/2721883002 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') | no next file with comments »
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 8f4e277d902c2a89474cfb8e1b209f92f34868c3..f955c0a7ffe7e004b8d13ba5f91f440ae819a87d 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 (chrome::IsRunningInMash())
+ if (ash_util::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') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698