| Index: chrome/browser/ui/cocoa/browser_window_controller_private.h
|
| diff --git a/chrome/browser/ui/cocoa/browser_window_controller_private.h b/chrome/browser/ui/cocoa/browser_window_controller_private.h
|
| index 71a81ae04df2b056ed0050f796092f5fcbfcce39..8a9b7a764f977a3c6e3773fd8994a55d71185605 100644
|
| --- a/chrome/browser/ui/cocoa/browser_window_controller_private.h
|
| +++ b/chrome/browser/ui/cocoa/browser_window_controller_private.h
|
| @@ -10,7 +10,6 @@
|
| #import "chrome/browser/ui/cocoa/presentation_mode_controller.h"
|
|
|
| @class BrowserWindowLayout;
|
| -class PermissionBubbleManager;
|
|
|
| namespace content {
|
| class WebContents;
|
| @@ -170,7 +169,6 @@ class WebContents;
|
| - (BOOL)shouldUseCustomAppKitFullscreenTransition;
|
|
|
| - (content::WebContents*)webContents;
|
| -- (PermissionBubbleManager*)permissionBubbleManager;
|
|
|
| #if defined(MAC_OS_X_VERSION_10_7) && \
|
| MAC_OS_X_VERSION_MIN_REQUIRED < MAC_OS_X_VERSION_10_7
|
|
|