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

Unified Diff: chrome/browser/ui/cocoa/history_menu_bridge.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/cocoa/history_menu_bridge.h
===================================================================
--- chrome/browser/ui/cocoa/history_menu_bridge.h (revision 109693)
+++ chrome/browser/ui/cocoa/history_menu_bridge.h (working copy)
@@ -8,6 +8,7 @@
#import <Cocoa/Cocoa.h>
#include <map>
+#include <vector>
#include "base/memory/ref_counted.h"
#include "base/memory/scoped_nsobject.h"
@@ -20,11 +21,9 @@
#include "content/browser/cancelable_request.h"
#include "content/public/browser/notification_observer.h"
-class NavigationEntry;
class NotificationRegistrar;
class PageUsageData;
class Profile;
-class TabNavigationEntry;
class TabRestoreService;
@class HistoryMenuCocoaController;
@@ -32,7 +31,7 @@
class HistoryMenuBridgeTest;
-}
+} // namespace
// C++ bridge for the history menu; one per AppController (means there
// is only one). This class observes various data sources, namely the

Powered by Google App Engine
This is Rietveld 408576698