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

Unified Diff: chrome/browser/ui/gtk/extensions/extension_installed_bubble_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
« no previous file with comments | « chrome/browser/ui/gtk/download/download_item_gtk.h ('k') | chrome/browser/ui/gtk/find_bar_gtk.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/ui/gtk/extensions/extension_installed_bubble_gtk.h
===================================================================
--- chrome/browser/ui/gtk/extensions/extension_installed_bubble_gtk.h (revision 109693)
+++ chrome/browser/ui/gtk/extensions/extension_installed_bubble_gtk.h (working copy)
@@ -16,7 +16,6 @@
#include "third_party/skia/include/core/SkBitmap.h"
class Browser;
-class BrowserWindowGtk;
class Extension;
class SkBitmap;
@@ -78,7 +77,7 @@
ExtensionInstalledBubbleGtk* toolbar);
const Extension* extension_;
- Browser *browser_;
+ Browser* browser_;
SkBitmap icon_;
content::NotificationRegistrar registrar_;
BubbleType type_;
« no previous file with comments | « chrome/browser/ui/gtk/download/download_item_gtk.h ('k') | chrome/browser/ui/gtk/find_bar_gtk.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698