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

Unified Diff: ui/chromeos/ime/input_method_menu_manager.cc

Issue 680383008: Move ash/ime to ui/chromeos/ime (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@athena_do_not_use_ash48_global_command
Patch Set: Created 6 years, 1 month 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: ui/chromeos/ime/input_method_menu_manager.cc
diff --git a/ash/ime/input_method_menu_manager.cc b/ui/chromeos/ime/input_method_menu_manager.cc
similarity index 94%
rename from ash/ime/input_method_menu_manager.cc
rename to ui/chromeos/ime/input_method_menu_manager.cc
index ee75621ab8d581bf4faa12ac4c6072fe36744bb5..8e2d51f55cd8146ff38c9fe5b9be57ff3ffdb360 100644
--- a/ash/ime/input_method_menu_manager.cc
+++ b/ui/chromeos/ime/input_method_menu_manager.cc
@@ -2,12 +2,12 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#include "ash/ime/input_method_menu_manager.h"
+#include "ui/chromeos/ime/input_method_menu_manager.h"
#include "base/logging.h"
#include "base/memory/singleton.h"
-namespace ash {
+namespace ui {
namespace ime {
InputMethodMenuManager::InputMethodMenuManager()
@@ -54,4 +54,4 @@ InputMethodMenuManager* InputMethodMenuManager::GetInstance() {
}
} // namespace ime
-} // namespace ash
+} // namespace ui

Powered by Google App Engine
This is Rietveld 408576698