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

Unified Diff: chrome/browser/chromeos/input_method/candidate_window_controller_impl.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/input_method/candidate_window_controller_impl.cc
diff --git a/chrome/browser/chromeos/input_method/candidate_window_controller_impl.cc b/chrome/browser/chromeos/input_method/candidate_window_controller_impl.cc
index 737f68eebb9403a7cb4a07cd7a8af8ba7f4365c5..045ce25d6714f3aae18ff60839524964321a7369 100644
--- a/chrome/browser/chromeos/input_method/candidate_window_controller_impl.cc
+++ b/chrome/browser/chromeos/input_method/candidate_window_controller_impl.cc
@@ -50,7 +50,7 @@ void CandidateWindowControllerImpl::InitCandidateWindowView() {
// as we have in ChromeOS. For example, candidate pop-up disappears when
// dragging the window in mash, but it shouldn't.
gfx::NativeView parent = nullptr;
- if (!ash_util::IsRunningInMash()) {
+ if (!IsRunningInMash()) {
aura::Window* active_window = ash::wm::GetActiveWindow();
parent = ash::Shell::GetContainer(
active_window ? active_window->GetRootWindow()

Powered by Google App Engine
This is Rietveld 408576698