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

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

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.h
diff --git a/ash/ime/input_method_menu_manager.h b/ui/chromeos/ime/input_method_menu_manager.h
similarity index 82%
rename from ash/ime/input_method_menu_manager.h
rename to ui/chromeos/ime/input_method_menu_manager.h
index ffaeb480a89a6d972c14e7f941497283defb527d..c1de537813a88240f9cac4680f0766319838490c 100644
--- a/ash/ime/input_method_menu_manager.h
+++ b/ui/chromeos/ime/input_method_menu_manager.h
@@ -2,20 +2,19 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#include "ash/ash_export.h"
-
-#include "ash/ime/input_method_menu_item.h"
#include "base/observer_list.h"
+#include "ui/chromeos/ime/input_method_menu_item.h"
+#include "ui/chromeos/ui_chromeos_export.h"
-#ifndef ASH_IME_INPUT_METHOD_MENU_MANAGER_H_
-#define ASH_IME_INPUT_METHOD_MENU_MANAGER_H_
+#ifndef UI_CHROMEOS_IME_INPUT_METHOD_MENU_MANAGER_H_
+#define UI_CHROMEOS_IME_INPUT_METHOD_MENU_MANAGER_H_
template<typename Type> struct DefaultSingletonTraits;
-namespace ash {
+namespace ui {
namespace ime {
-class ASH_EXPORT InputMethodMenuManager {
+class UI_CHROMEOS_EXPORT InputMethodMenuManager {
public:
class Observer {
public:
@@ -60,6 +59,6 @@ public:
};
} // namespace ime
-} // namespace ash
+} // namespace ui
-#endif // ASH_IME_INPUT_METHOD_MENU_MANAGER_H_
+#endif // UI_CHROMEOS_IME_INPUT_METHOD_MENU_MANAGER_H_

Powered by Google App Engine
This is Rietveld 408576698