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

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

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.cc
diff --git a/chrome/browser/ui/libgtk2ui/x11_input_method_context_impl_gtk2.cc b/chrome/browser/ui/libgtkui/x11_input_method_context_impl_gtk2.cc
similarity index 98%
rename from chrome/browser/ui/libgtk2ui/x11_input_method_context_impl_gtk2.cc
rename to chrome/browser/ui/libgtkui/x11_input_method_context_impl_gtk2.cc
index 617f7c565d3fee20470aeca60172201daa8c77f4..56d8fd138acd8c7c6a65d10623ea7eca937292d1 100644
--- a/chrome/browser/ui/libgtk2ui/x11_input_method_context_impl_gtk2.cc
+++ b/chrome/browser/ui/libgtkui/x11_input_method_context_impl_gtk2.cc
@@ -2,7 +2,7 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#include "chrome/browser/ui/libgtk2ui/x11_input_method_context_impl_gtk2.h"
+#include "chrome/browser/ui/libgtkui/x11_input_method_context_impl_gtk2.h"
#include <gdk/gdk.h>
#include <gdk/gdkkeysyms.h>
@@ -23,7 +23,7 @@
#include "ui/events/keycodes/keyboard_code_conversion_x.h"
#include "ui/gfx/x/x11_types.h"
-namespace libgtk2ui {
+namespace libgtkui {
X11InputMethodContextImplGtk2::X11InputMethodContextImplGtk2(
ui::LinuxInputMethodContextDelegate* delegate,
@@ -313,4 +313,4 @@ void X11InputMethodContextImplGtk2::OnPreeditStart(GtkIMContext* context) {
delegate_->OnPreeditStart();
}
-} // namespace libgtk2ui
+} // namespace libgtkui

Powered by Google App Engine
This is Rietveld 408576698