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

Unified Diff: chrome/browser/ui/gtk/chrome_gtk_frame.h

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/bubble/bubble_accelerators_gtk.cc ('k') | chrome/browser/ui/gtk/gtk_chrome_button.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/ui/gtk/chrome_gtk_frame.h
diff --git a/chrome/browser/ui/gtk/chrome_gtk_frame.h b/chrome/browser/ui/gtk/chrome_gtk_frame.h
index bbcb2fa16842c9dddf8e52e5f3bbb22550eed5f9..31d37bafb0fdf70359c437f3f02ccce8300f5db0 100644
--- a/chrome/browser/ui/gtk/chrome_gtk_frame.h
+++ b/chrome/browser/ui/gtk/chrome_gtk_frame.h
@@ -6,8 +6,7 @@
#define CHROME_BROWSER_UI_GTK_CHROME_GTK_FRAME_H_
#pragma once
-#include <gdk/gdk.h>
-#include <gtk/gtkwindow.h>
+#include <gtk/gtk.h>
G_BEGIN_DECLS
« no previous file with comments | « chrome/browser/ui/gtk/bubble/bubble_accelerators_gtk.cc ('k') | chrome/browser/ui/gtk/gtk_chrome_button.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698