Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(288)

Unified Diff: chrome/browser/cocoa/extensions/browser_action_button.h

Issue 2730015: Mac/clang: Uncontentious fixes. (Closed)
Patch Set: '' Created 10 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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_;

Powered by Google App Engine
This is Rietveld 408576698