| 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 95%
|
| rename from chromeos/ime/candidate_window_unittest.cc
|
| rename to ui/base/ime/candidate_window_unittest.cc
|
| index 62166f8ffed3e2e08741194b988fdb99b0bf1ce9..8af1e9949eb47d5c5d09d4fe182b995f82d70ce0 100644
|
| --- a/chromeos/ime/candidate_window_unittest.cc
|
| +++ b/ui/base/ime/candidate_window_unittest.cc
|
| @@ -1,9 +1,9 @@
|
| -// Copyright 2013 The Chromium Authors. All rights reserved.
|
| +// Copyright 2014 The Chromium Authors. All rights reserved.
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // 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
|
|
|