| 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..8f9781ef303e58cb7cb4d3c24906c2392916cbbe 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
|
| @@ -30,9 +23,6 @@ class WebContents;
|
|
|
| @property(readonly, nonatomic) NSView* activeContainer;
|
|
|
| -// Initialization.
|
| -- (id)initWithBrowser:(Browser*)browser;
|
| -
|
| @end
|
|
|
| #endif // CHROME_BROWSER_UI_COCOA_TAB_CONTENTS_OVERLAYABLE_CONTENTS_CONTROLLER_H_
|
|
|