| Index: ui/chromeos/ime/view/candidate_window_view.cc
|
| diff --git a/ui/chromeos/ime/candidate_window_view.cc b/ui/chromeos/ime/view/candidate_window_view.cc
|
| similarity index 98%
|
| rename from ui/chromeos/ime/candidate_window_view.cc
|
| rename to ui/chromeos/ime/view/candidate_window_view.cc
|
| index 823fda5d4b35a810c01b846ac2acf8bb0862f8be..80fd2a5b2a434e6e3d7e21760c181ec7d79b90e0 100644
|
| --- a/ui/chromeos/ime/candidate_window_view.cc
|
| +++ b/ui/chromeos/ime/view/candidate_window_view.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 "ui/chromeos/ime/candidate_window_view.h"
|
| +#include "ui/chromeos/ime/view/candidate_window_view.h"
|
|
|
| #include <string>
|
|
|
| #include "base/strings/utf_string_conversions.h"
|
| -#include "ui/chromeos/ime/candidate_view.h"
|
| -#include "ui/chromeos/ime/candidate_window_constants.h"
|
| +#include "ui/chromeos/ime/view/candidate_view.h"
|
| +#include "ui/chromeos/ime/view/candidate_window_constants.h"
|
| #include "ui/gfx/color_utils.h"
|
| #include "ui/gfx/screen.h"
|
| #include "ui/native_theme/native_theme.h"
|
|
|