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

Unified Diff: chrome/browser/ui/libgtkui/gtk2_event_loop.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/gtk2_event_loop.cc
diff --git a/chrome/browser/ui/libgtk2ui/gtk2_event_loop.cc b/chrome/browser/ui/libgtkui/gtk2_event_loop.cc
similarity index 96%
rename from chrome/browser/ui/libgtk2ui/gtk2_event_loop.cc
rename to chrome/browser/ui/libgtkui/gtk2_event_loop.cc
index 7e23497b27ffcdbc8b5a39736649b041d4b2a1ae..79b47fa504f9d7af3ee887458cb11946051e8ba6 100644
--- a/chrome/browser/ui/libgtk2ui/gtk2_event_loop.cc
+++ b/chrome/browser/ui/libgtkui/gtk2_event_loop.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/gtk2_event_loop.h"
+#include "chrome/browser/ui/libgtkui/gtk2_event_loop.h"
#include <gdk/gdk.h>
#include <gdk/gdkx.h>
@@ -13,7 +13,7 @@
#include "ui/events/platform/x11/x11_event_source.h"
#include "ui/gfx/x/x11_types.h"
-namespace libgtk2ui {
+namespace libgtkui {
// static
Gtk2EventLoop* Gtk2EventLoop::GetInstance() {
@@ -79,4 +79,4 @@ void Gtk2EventLoop::ProcessGdkEventKey(const GdkEventKey& gdk_event_key) {
XPutBackEvent(x_event.xkey.display, &x_event);
}
-} // namespace libgtk2ui
+} // namespace libgtkui
« no previous file with comments | « chrome/browser/ui/libgtkui/gtk2_event_loop.h ('k') | chrome/browser/ui/libgtkui/gtk2_key_bindings_handler.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698