| Index: chrome/browser/cocoa/extensions/browser_action_button.h
|
| diff --git a/chrome/browser/cocoa/extensions/browser_action_button.h b/chrome/browser/cocoa/extensions/browser_action_button.h
|
| index 62722b2b9d95c738cec7780944dc0c34457c23b5..12b166c6b7f2c08a7176e1be910956a2af653969 100644
|
| --- a/chrome/browser/cocoa/extensions/browser_action_button.h
|
| +++ b/chrome/browser/cocoa/extensions/browser_action_button.h
|
| @@ -18,12 +18,12 @@ class Profile;
|
|
|
| // Fired when the Browser Action's state has changed. Usually the image needs to
|
| // be updated.
|
| -extern const NSString* kBrowserActionButtonUpdatedNotification;
|
| +extern NSString* kBrowserActionButtonUpdatedNotification;
|
|
|
| // Fired on each drag event while the user is moving the button.
|
| -extern const NSString* kBrowserActionButtonDraggingNotification;
|
| +extern NSString* kBrowserActionButtonDraggingNotification;
|
| // Fired when the user drops the button.
|
| -extern const NSString* kBrowserActionButtonDragEndNotification;
|
| +extern NSString* kBrowserActionButtonDragEndNotification;
|
|
|
| extern const CGFloat kBrowserActionWidth;
|
|
|
| @@ -40,7 +40,7 @@ extern const CGFloat kBrowserActionWidth;
|
| scoped_nsobject<NSImage> tabSpecificIcon_;
|
|
|
| // Used to move the button and query whether a button is currently animating.
|
| - scoped_nsobject<NSAnimation> moveAnimation_;
|
| + scoped_nsobject<NSViewAnimation> moveAnimation_;
|
|
|
| // The extension for this button. Weak.
|
| Extension* extension_;
|
|
|