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

Unified Diff: chrome/browser/chromeos/options/network_config_view.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/chromeos/options/network_config_view.cc
diff --git a/chrome/browser/chromeos/options/network_config_view.cc b/chrome/browser/chromeos/options/network_config_view.cc
index d8e41e195e95d90a2e4efa9c7e14ab2acf5b4a66..d486cfebebefc850ada3227cde50b7bef0638515 100644
--- a/chrome/browser/chromeos/options/network_config_view.cc
+++ b/chrome/browser/chromeos/options/network_config_view.cc
@@ -55,7 +55,7 @@ gfx::NativeWindow GetParentForUnhostedDialog() {
// TODO(jamescook): LoginDisplayHost has the wrong native window in mash.
// This will fix itself when mash converts from ui::Window to aura::Window.
// http://crbug.com/659155
- if (!ash_util::IsRunningInMash())
+ if (!IsRunningInMash())
return LoginDisplayHost::default_host()->GetNativeWindow();
} else {
Browser* browser = chrome::FindTabbedBrowser(

Powered by Google App Engine
This is Rietveld 408576698