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_ |