Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(432)

Unified Diff: ui/chromeos/ime/view/candidate_window_view.cc

Issue 727143002: Moves code from chromeos/ime to ui/base/ime/chromeos. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: nit Created 6 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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"

Powered by Google App Engine
This is Rietveld 408576698