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

Unified Diff: ui/base/ime/chromeos/mock_ime_input_context_handler.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/chromeos/mock_ime_input_context_handler.cc
diff --git a/ui/base/ime/chromeos/mock_ime_input_context_handler.cc b/ui/base/ime/chromeos/mock_ime_input_context_handler.cc
index 14e5bc0b5fd81dbe01925719d75d5b581c6009cb..8c853cec8b47437da690f87fd09c3bdf901a237a 100644
--- a/ui/base/ime/chromeos/mock_ime_input_context_handler.cc
+++ b/ui/base/ime/chromeos/mock_ime_input_context_handler.cc
@@ -4,7 +4,7 @@
#include "ui/base/ime/chromeos/mock_ime_input_context_handler.h"
-#include "chromeos/ime/composition_text.h"
+#include "ui/chromeos/ime/composition_text.h"
stevenjb 2014/11/19 18:57:37 composition_text doesn't appear to have any depend
Shu Chen 2014/11/20 01:04:44 Moving composition_text to here will cause confusi
namespace chromeos {

Powered by Google App Engine
This is Rietveld 408576698