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

Unified Diff: chrome/browser/chromeos/input_method/input_method_manager_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/input_method_manager_impl.cc
diff --git a/chrome/browser/chromeos/input_method/input_method_manager_impl.cc b/chrome/browser/chromeos/input_method/input_method_manager_impl.cc
index dca79055d4001816c96f3ec11b58286c3dff6f6f..6337301f3e76789310d901481db43da4cd76c812 100644
--- a/chrome/browser/chromeos/input_method/input_method_manager_impl.cc
+++ b/chrome/browser/chromeos/input_method/input_method_manager_impl.cc
@@ -923,7 +923,7 @@ InputMethodManagerImpl::InputMethodManagerImpl(
is_ime_menu_activated_(false) {
// TODO(mohsen): Revisit using FakeImeKeyboard with mash when InputController
// work is ready. http://crbug.com/601981
- if (IsRunningAsSystemCompositor() && !ash_util::IsRunningInMash())
+ if (IsRunningAsSystemCompositor() && !IsRunningInMash())
keyboard_.reset(ImeKeyboard::Create());
else
keyboard_.reset(new FakeImeKeyboard());

Powered by Google App Engine
This is Rietveld 408576698