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

Unified Diff: ui/base/ime/linux/linux_input_method_context.h

Issue 45963003: Move test-only ContextFactory implementations out of production targets (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fix moar windows Created 7 years, 2 months 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/linux/linux_input_method_context.h
diff --git a/ui/base/ime/linux/linux_input_method_context.h b/ui/base/ime/linux/linux_input_method_context.h
index 2c13a5c4cd5eecb5f1b98f94a35681598c5b992d..e16e6a5cbd3a1dfbf8234e4e011ee33a16796ae2 100644
--- a/ui/base/ime/linux/linux_input_method_context.h
+++ b/ui/base/ime/linux/linux_input_method_context.h
@@ -17,7 +17,7 @@ class Rect;
namespace ui {
-struct CompositionText;
jamesr 2013/10/30 00:30:40 ditto
+class CompositionText;
// An interface of input method context for input method frameworks on
// GNU/Linux and likes.

Powered by Google App Engine
This is Rietveld 408576698