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

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

Issue 8536010: Cleanup: Remove unneeded forward declarations from chrome/browser/ui/gtk and chrome/browser/ui/co... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: address comments 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
Index: chrome/browser/ui/gtk/browser_window_gtk.h
===================================================================
--- chrome/browser/ui/gtk/browser_window_gtk.h (revision 109693)
+++ chrome/browser/ui/gtk/browser_window_gtk.h (working copy)
@@ -8,7 +8,7 @@
#include <gtk/gtk.h>
-#include <map>
+#include <string>
#include "base/memory/scoped_ptr.h"
#include "base/timer.h"
@@ -27,7 +27,6 @@
class Browser;
class BrowserTitlebar;
class BrowserToolbarGtk;
-class CustomDrawButton;
class DownloadShelfGtk;
class FindBarGtk;
class FullscreenExitBubbleGtk;
« no previous file with comments | « chrome/browser/ui/gtk/bookmarks/bookmark_menu_controller_gtk.h ('k') | chrome/browser/ui/gtk/download/download_item_gtk.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698