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..da701d88629fcaf1a3d5544a9d18b58a91f650b0 100644 |
--- a/chrome/browser/cocoa/extensions/browser_action_button.h |
+++ b/chrome/browser/cocoa/extensions/browser_action_button.h |
@@ -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_; |