| Index: ui/base/ime/candidate_window_unittest.cc
|
| diff --git a/chromeos/ime/candidate_window_unittest.cc b/ui/base/ime/candidate_window_unittest.cc
|
| similarity index 96%
|
| rename from chromeos/ime/candidate_window_unittest.cc
|
| rename to ui/base/ime/candidate_window_unittest.cc
|
| index 62166f8ffed3e2e08741194b988fdb99b0bf1ce9..123eda8d8ada452bdabdd0129d7750af870d9fbd 100644
|
| --- a/chromeos/ime/candidate_window_unittest.cc
|
| +++ b/ui/base/ime/candidate_window_unittest.cc
|
| @@ -3,7 +3,7 @@
|
| // found in the LICENSE file.
|
| // TODO(nona): Add more tests.
|
|
|
| -#include "chromeos/ime/candidate_window.h"
|
| +#include "ui/base/ime/candidate_window.h"
|
|
|
| #include <string>
|
|
|
| @@ -12,8 +12,7 @@
|
| #include "base/memory/scoped_ptr.h"
|
| #include "testing/gtest/include/gtest/gtest.h"
|
|
|
| -namespace chromeos {
|
| -namespace input_method {
|
| +namespace ui {
|
|
|
| TEST(CandidateWindow, IsEqualTest) {
|
| CandidateWindow cw1;
|
| @@ -136,5 +135,4 @@ TEST(CandidateWindow, CopyFromTest) {
|
| EXPECT_TRUE(cw1.IsEqual(cw2));
|
| }
|
|
|
| -} // namespace input_method
|
| -} // namespace chromeos
|
| +} // namespace ui
|
|
|