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

Unified Diff: chrome/browser/chromeos/options/network_config_view.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
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 923e95c70206711092299882c78c96405a260e7f..d8e41e195e95d90a2e4efa9c7e14ab2acf5b4a66 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 (!chrome::IsRunningInMash())
+ if (!ash_util::IsRunningInMash())
return LoginDisplayHost::default_host()->GetNativeWindow();
} else {
Browser* browser = chrome::FindTabbedBrowser(
« no previous file with comments | « chrome/browser/chromeos/login/wizard_controller.cc ('k') | chrome/browser/extensions/display_info_provider_chromeos.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698