Index: ui/chromeos/ime/input_method_menu_item.cc |
diff --git a/ash/ime/input_method_menu_item.cc b/ui/chromeos/ime/input_method_menu_item.cc |
similarity index 94% |
rename from ash/ime/input_method_menu_item.cc |
rename to ui/chromeos/ime/input_method_menu_item.cc |
index 6337ec5638e3784c1e1230c1ea91b558f87a92e0..09ae8a31c27cbe98de3c279362dee07a804a81b7 100644 |
--- a/ash/ime/input_method_menu_item.cc |
+++ b/ui/chromeos/ime/input_method_menu_item.cc |
@@ -2,13 +2,13 @@ |
// 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_item.h" |
+#include "ui/chromeos/ime/input_method_menu_item.h" |
#include <sstream> |
#include "base/logging.h" |
-namespace ash { |
+namespace ui { |
namespace ime { |
InputMethodMenuItem::InputMethodMenuItem(const std::string& in_key, |
@@ -51,4 +51,4 @@ std::string InputMethodMenuItem::ToString() const { |
} |
} // namespace ime |
-} // namespace ash |
+} // namespace ui |