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

Unified Diff: ui/base/ime/input_method_linux_x11.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/input_method_linux_x11.h
diff --git a/ui/base/ime/input_method_linux_x11.h b/ui/base/ime/input_method_linux_x11.h
index 027dfa5cfe1f8583a40db2aee933b49ea8145f2d..78eaf6367ef84fd657fe294bbc11aaa8274de521 100644
--- a/ui/base/ime/input_method_linux_x11.h
+++ b/ui/base/ime/input_method_linux_x11.h
@@ -48,7 +48,7 @@ class InputMethodLinuxX11 : public InputMethodBase,
protected:
// Overridden from InputMethodBase.
virtual void OnDidChangeFocusedClient(TextInputClient* focused_before,
- TextInputClient* focused) OVERRIDE;
jamesr 2013/10/30 00:30:40 whoops, not intentional. i'll remove before landin
+ TextInputClient* focused);
private:
scoped_ptr<LinuxInputMethodContext> input_method_context_;

Powered by Google App Engine
This is Rietveld 408576698