Index: ui/chromeos/ime/input_method_menu_manager_unittest.cc |
diff --git a/ash/ime/input_method_menu_manager_unittest.cc b/ui/chromeos/ime/input_method_menu_manager_unittest.cc |
similarity index 96% |
rename from ash/ime/input_method_menu_manager_unittest.cc |
rename to ui/chromeos/ime/input_method_menu_manager_unittest.cc |
index d4a62b1cbaa08002350ba64bdd6fb214c953cef7..b6bf5efa387b54e74411446fc21e82d340f1fc86 100644 |
--- a/ash/ime/input_method_menu_manager_unittest.cc |
+++ b/ui/chromeos/ime/input_method_menu_manager_unittest.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_manager.h" |
+#include "ui/chromeos/ime/input_method_menu_manager.h" |
#include "base/logging.h" |
#include "base/memory/scoped_ptr.h" |
#include "testing/gtest/include/gtest/gtest.h" |
-namespace ash { |
+namespace ui { |
namespace ime { |
TEST(InputMethodMenuManagerTest, TestGetSingleton) { |
@@ -70,4 +70,4 @@ TEST_F(InputMethodMenuManagerStatefulTest, AddAndCheckExists) { |
} |
} // namespace ime |
-} // namespace ash |
+} // namespace ui |