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

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

Issue 2449243002: Gtk3 ui: Add libgtk3ui as a separate build component (Closed)
Patch Set: Add theme_properties dep to //chrome/browser/ui 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_gtk2.h
diff --git a/chrome/browser/ui/libgtk2ui/x11_input_method_context_impl_gtk2.h b/chrome/browser/ui/libgtkui/x11_input_method_context_impl_gtk2.h
similarity index 92%
rename from chrome/browser/ui/libgtk2ui/x11_input_method_context_impl_gtk2.h
rename to chrome/browser/ui/libgtkui/x11_input_method_context_impl_gtk2.h
index fe8b19fce7adae5eae7f12e147035445fbd32945..c80b22fe20fab333bd9bf2cdbe6e96c4d3049be8 100644
--- a/chrome/browser/ui/libgtk2ui/x11_input_method_context_impl_gtk2.h
+++ b/chrome/browser/ui/libgtkui/x11_input_method_context_impl_gtk2.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_LIBGTK2UI_X11_INPUT_METHOD_CONTEXT_IMPL_GTK2_H_
-#define CHROME_BROWSER_UI_LIBGTK2UI_X11_INPUT_METHOD_CONTEXT_IMPL_GTK2_H_
+#ifndef CHROME_BROWSER_UI_LIBGTKUI_X11_INPUT_METHOD_CONTEXT_IMPL_GTK2_H_
+#define CHROME_BROWSER_UI_LIBGTKUI_X11_INPUT_METHOD_CONTEXT_IMPL_GTK2_H_
#include <vector>
@@ -19,7 +19,7 @@
typedef union _GdkEvent GdkEvent;
typedef struct _GtkIMContext GtkIMContext;
-namespace libgtk2ui {
+namespace libgtkui {
// An implementation of LinuxInputMethodContext which is based on X11 event loop
// and uses GtkIMContext(gtk-immodule) as a bridge from/to underlying IMEs.
@@ -89,6 +89,6 @@ class X11InputMethodContextImplGtk2 : public ui::LinuxInputMethodContext {
DISALLOW_COPY_AND_ASSIGN(X11InputMethodContextImplGtk2);
};
-} // namespace libgtk2ui
+} // namespace libgtkui
-#endif // CHROME_BROWSER_UI_LIBGTK2UI_X11_INPUT_METHOD_CONTEXT_IMPL_GTK2_H_
+#endif // CHROME_BROWSER_UI_LIBGTKUI_X11_INPUT_METHOD_CONTEXT_IMPL_GTK2_H_
« no previous file with comments | « chrome/browser/ui/libgtkui/unity_service.cc ('k') | chrome/browser/ui/libgtkui/x11_input_method_context_impl_gtk2.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698