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

Unified Diff: ui/views/ime/input_method_base.cc

Issue 8581003: views: Move ime and test directories to ui/views. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fix linux Created 9 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
« no previous file with comments | « ui/views/ime/input_method_base.h ('k') | ui/views/ime/input_method_delegate.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/views/ime/input_method_base.cc
diff --git a/views/ime/input_method_base.cc b/ui/views/ime/input_method_base.cc
similarity index 97%
rename from views/ime/input_method_base.cc
rename to ui/views/ime/input_method_base.cc
index 1fb0a15fb6615928f0f1193642f8017607f7fb25..4b53ff5a49a16e743f62f040e84bcbc163c25d78 100644
--- a/views/ime/input_method_base.cc
+++ b/ui/views/ime/input_method_base.cc
@@ -3,8 +3,8 @@
// found in the LICENSE file.
#include "ui/base/ime/text_input_client.h"
-#include "views/ime/input_method_base.h"
-#include "views/ime/text_input_type_tracker.h"
+#include "ui/views/ime/input_method_base.h"
+#include "ui/views/ime/text_input_type_tracker.h"
#include "views/view.h"
#include "views/widget/widget.h"
« no previous file with comments | « ui/views/ime/input_method_base.h ('k') | ui/views/ime/input_method_delegate.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698