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

Unified Diff: chrome/browser/ui/gtk/gtk_input_event_box.cc

Issue 8586044: GTK: Make the gtk port compile with GTK_DISABLE_SINGLE_INCLUDES. (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Remove views/. Not our problem for gtk3 porting. Created 9 years, 1 month 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
« no previous file with comments | « chrome/browser/ui/gtk/gtk_input_event_box.h ('k') | content/browser/gpu/gpu_process_host_ui_shim.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/ui/gtk/gtk_input_event_box.cc
diff --git a/chrome/browser/ui/gtk/gtk_input_event_box.cc b/chrome/browser/ui/gtk/gtk_input_event_box.cc
index eb18665daf9b1672195ef42e0fb61730133c0038..cdfde2be73fd1b66e4f1a69597167b30232e40f0 100644
--- a/chrome/browser/ui/gtk/gtk_input_event_box.cc
+++ b/chrome/browser/ui/gtk/gtk_input_event_box.cc
@@ -4,10 +4,8 @@
#include "chrome/browser/ui/gtk/gtk_input_event_box.h"
-#include <gdk/gdkwindow.h>
+#include <gdk/gdk.h>
#include <gtk/gtk.h>
-#include <gtk/gtkwidget.h>
-#include <gtk/gtkbin.h>
G_BEGIN_DECLS
« no previous file with comments | « chrome/browser/ui/gtk/gtk_input_event_box.h ('k') | content/browser/gpu/gpu_process_host_ui_shim.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698