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

Unified Diff: ui/base/ime/input_method_chromeos.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: add ui/chromeos/ime/DEPS 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/base/ime/input_method_chromeos.cc
diff --git a/ui/base/ime/input_method_chromeos.cc b/ui/base/ime/input_method_chromeos.cc
index a867afac42841091751dfc899198c9288ad6eff6..6d356d48bd54a69ffe3a3d810f5e40be9d49e934 100644
--- a/ui/base/ime/input_method_chromeos.cc
+++ b/ui/base/ime/input_method_chromeos.cc
@@ -17,10 +17,10 @@
#include "base/strings/utf_string_conversions.h"
#include "base/sys_info.h"
#include "base/third_party/icu/icu_utf.h"
-#include "chromeos/ime/composition_text.h"
-#include "chromeos/ime/ime_keyboard.h"
-#include "chromeos/ime/input_method_manager.h"
#include "ui/base/ime/text_input_client.h"
+#include "ui/chromeos/ime/composition_text.h"
+#include "ui/chromeos/ime/ime_keyboard.h"
+#include "ui/chromeos/ime/input_method_manager.h"
stevenjb 2014/11/19 18:57:37 This is now a circular dependency since ui/chromeo
Shu Chen 2014/11/20 01:04:44 A feasible solution is to moving ui/base/ime/chrom
#include "ui/events/event.h"
#include "ui/gfx/rect.h"

Powered by Google App Engine
This is Rietveld 408576698