Index: ui/chromeos/ime/candidate_view_unittest.cc |
diff --git a/ash/ime/candidate_view_unittest.cc b/ui/chromeos/ime/candidate_view_unittest.cc |
similarity index 98% |
rename from ash/ime/candidate_view_unittest.cc |
rename to ui/chromeos/ime/candidate_view_unittest.cc |
index 5b6feaa1fa95e718ae74058dd248b9091571d330..e7ce9cd852b2f971045c2a86f3e853fcc7f10e13 100644 |
--- a/ash/ime/candidate_view_unittest.cc |
+++ b/ui/chromeos/ime/candidate_view_unittest.cc |
@@ -2,7 +2,7 @@ |
// Use of this source code is governed by a BSD-style license that can be |
// found in the LICENSE file. |
-#include "ash/ime/candidate_view.h" |
+#include "ui/chromeos/ime/candidate_view.h" |
#include "base/logging.h" |
#include "base/strings/utf_string_conversions.h" |
@@ -14,7 +14,7 @@ |
#include "ui/views/test/views_test_base.h" |
#include "ui/views/widget/widget_delegate.h" |
-namespace ash { |
+namespace ui { |
namespace ime { |
namespace { |
@@ -179,4 +179,4 @@ TEST_F(CandidateViewTest, ClickAndMove) { |
} |
} // namespace ime |
-} // namespace ash |
+} // namespace ui |