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

Unified Diff: chrome/browser/ui/libgtkui/x11_input_method_context_impl_gtk.h

Issue 2453243002: Gtk3 UI: Rename files in libgtkui containing gtk2 in their name (Closed)
Patch Set: Fix git cl format mistake Created 4 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: chrome/browser/ui/libgtkui/x11_input_method_context_impl_gtk.h
diff --git a/chrome/browser/ui/libgtkui/x11_input_method_context_impl_gtk2.h b/chrome/browser/ui/libgtkui/x11_input_method_context_impl_gtk.h
similarity index 85%
rename from chrome/browser/ui/libgtkui/x11_input_method_context_impl_gtk2.h
rename to chrome/browser/ui/libgtkui/x11_input_method_context_impl_gtk.h
index c80b22fe20fab333bd9bf2cdbe6e96c4d3049be8..db4011a7b3cd3382908fce5554d051fa9abe9285 100644
--- a/chrome/browser/ui/libgtkui/x11_input_method_context_impl_gtk2.h
+++ b/chrome/browser/ui/libgtkui/x11_input_method_context_impl_gtk.h
@@ -2,8 +2,8 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#ifndef CHROME_BROWSER_UI_LIBGTKUI_X11_INPUT_METHOD_CONTEXT_IMPL_GTK2_H_
-#define CHROME_BROWSER_UI_LIBGTKUI_X11_INPUT_METHOD_CONTEXT_IMPL_GTK2_H_
+#ifndef CHROME_BROWSER_UI_LIBGTKUI_X11_INPUT_METHOD_CONTEXT_IMPL_GTK_H_
+#define CHROME_BROWSER_UI_LIBGTKUI_X11_INPUT_METHOD_CONTEXT_IMPL_GTK_H_
#include <vector>
@@ -58,13 +58,22 @@ class X11InputMethodContextImplGtk2 : public ui::LinuxInputMethodContext {
// GtkIMContext event handlers. They are shared among |gtk_context_simple_|
// and |gtk_multicontext_|.
- CHROMEG_CALLBACK_1(X11InputMethodContextImplGtk2, void, OnCommit,
- GtkIMContext*, gchar*);
- CHROMEG_CALLBACK_0(X11InputMethodContextImplGtk2, void, OnPreeditChanged,
+ CHROMEG_CALLBACK_1(X11InputMethodContextImplGtk2,
+ void,
+ OnCommit,
+ GtkIMContext*,
+ gchar*);
+ CHROMEG_CALLBACK_0(X11InputMethodContextImplGtk2,
+ void,
+ OnPreeditChanged,
GtkIMContext*);
- CHROMEG_CALLBACK_0(X11InputMethodContextImplGtk2, void, OnPreeditEnd,
+ CHROMEG_CALLBACK_0(X11InputMethodContextImplGtk2,
+ void,
+ OnPreeditEnd,
GtkIMContext*);
- CHROMEG_CALLBACK_0(X11InputMethodContextImplGtk2, void, OnPreeditStart,
+ CHROMEG_CALLBACK_0(X11InputMethodContextImplGtk2,
+ void,
+ OnPreeditStart,
GtkIMContext*);
// A set of callback functions. Must not be NULL.
@@ -91,4 +100,4 @@ class X11InputMethodContextImplGtk2 : public ui::LinuxInputMethodContext {
} // namespace libgtkui
-#endif // CHROME_BROWSER_UI_LIBGTKUI_X11_INPUT_METHOD_CONTEXT_IMPL_GTK2_H_
+#endif // CHROME_BROWSER_UI_LIBGTKUI_X11_INPUT_METHOD_CONTEXT_IMPL_GTK_H_
« no previous file with comments | « chrome/browser/ui/libgtkui/unity_service.cc ('k') | chrome/browser/ui/libgtkui/x11_input_method_context_impl_gtk.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698