Index: chrome/browser/ui/cocoa/tab_contents/overlayable_contents_controller.h |
diff --git a/chrome/browser/ui/cocoa/tab_contents/overlayable_contents_controller.h b/chrome/browser/ui/cocoa/tab_contents/overlayable_contents_controller.h |
index ceb452a34bcf84d7990eed25a19e1c738a345d63..cd68587a090db6aab1e1aed1da0e2465d8f3c6fc 100644 |
--- a/chrome/browser/ui/cocoa/tab_contents/overlayable_contents_controller.h |
+++ b/chrome/browser/ui/cocoa/tab_contents/overlayable_contents_controller.h |
@@ -8,13 +8,6 @@ |
#import <Cocoa/Cocoa.h> |
#include "base/mac/scoped_nsobject.h" |
-#include "base/memory/scoped_ptr.h" |
- |
-class Browser; |
- |
-namespace content { |
-class WebContents; |
-} |
// OverlayableContentsController is an obsolete wrapper holding the view where a |
// tab's WebContents is displayed. In the old Chrome Instant implementation it |
@@ -31,7 +24,7 @@ class WebContents; |
@property(readonly, nonatomic) NSView* activeContainer; |
// Initialization. |
-- (id)initWithBrowser:(Browser*)browser; |
+- (id)init; |
tapted
2015/07/06 07:26:18
this is now an override, so no need to redeclare
jackhou1
2015/07/07 03:27:27
Done.
|
@end |