diff options
Diffstat (limited to 'chrome/browser/ui/cocoa/global_error_bubble_controller.h')
-rw-r--r-- | chrome/browser/ui/cocoa/global_error_bubble_controller.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/chrome/browser/ui/cocoa/global_error_bubble_controller.h b/chrome/browser/ui/cocoa/global_error_bubble_controller.h index b2106e6..5d80a35 100644 --- a/chrome/browser/ui/cocoa/global_error_bubble_controller.h +++ b/chrome/browser/ui/cocoa/global_error_bubble_controller.h @@ -12,7 +12,7 @@ #import "chrome/browser/ui/cocoa/base_bubble_controller.h" class Browser; -class GlobalError; +class GlobalErrorWithStandardBubble; @class GTMUILocalizerAndLayoutTweaker; @class GTMWidthBasedTweaker; class Profile; @@ -25,7 +25,7 @@ class Bridge; // about a global error. @interface GlobalErrorBubbleController : BaseBubbleController { @private - base::WeakPtr<GlobalError> error_; + base::WeakPtr<GlobalErrorWithStandardBubble> error_; scoped_ptr<GlobalErrorBubbleControllerInternal::Bridge> bridge_; Browser* browser_; |