Index: ui/chromeos/ime/candidate_window_view_unittest.cc |
diff --git a/ash/ime/candidate_window_view_unittest.cc b/ui/chromeos/ime/candidate_window_view_unittest.cc |
similarity index 99% |
rename from ash/ime/candidate_window_view_unittest.cc |
rename to ui/chromeos/ime/candidate_window_view_unittest.cc |
index dd523b54061af2ff20d1298555a9ea1c5fcbb53a..6bfa0594deb03071188ba0ec24da2ab0e796987f 100644 |
--- a/ash/ime/candidate_window_view_unittest.cc |
+++ b/ui/chromeos/ime/candidate_window_view_unittest.cc |
@@ -2,18 +2,18 @@ |
// Use of this source code is governed by a BSD-style license that can be |
// found in the LICENSE file. |
-#include "ash/ime/candidate_window_view.h" |
+#include "ui/chromeos/ime/candidate_window_view.h" |
#include <string> |
-#include "ash/ime/candidate_view.h" |
#include "base/strings/stringprintf.h" |
#include "base/strings/utf_string_conversions.h" |
#include "testing/gtest/include/gtest/gtest.h" |
+#include "ui/chromeos/ime/candidate_view.h" |
#include "ui/views/test/views_test_base.h" |
#include "ui/views/widget/widget.h" |
-namespace ash { |
+namespace ui { |
namespace ime { |
namespace { |
@@ -385,4 +385,4 @@ TEST_F(CandidateWindowViewTest, DoNotChangeRowHeightWithLabelSwitchTest) { |
} |
} // namespace ime |
-} // namespace ash |
+} // namespace ui |