| Index: chrome/browser/ui/cocoa/extensions/browser_action_button.h
|
| diff --git a/chrome/browser/ui/cocoa/extensions/browser_action_button.h b/chrome/browser/ui/cocoa/extensions/browser_action_button.h
|
| index 4ee5231e240b5e744a47beaae7492e46902964f2..e57e8470364578b4cd0d6a1216936d0481902016 100644
|
| --- a/chrome/browser/ui/cocoa/extensions/browser_action_button.h
|
| +++ b/chrome/browser/ui/cocoa/extensions/browser_action_button.h
|
| @@ -13,7 +13,7 @@
|
|
|
| class Browser;
|
| class ExtensionAction;
|
| -class ExtensionImageTrackerBridge;
|
| +class ExtensionActionIconFactoryBridge;
|
|
|
| namespace extensions {
|
| class Extension;
|
| @@ -28,7 +28,7 @@ extern NSString* const kBrowserActionButtonDragEndNotification;
|
| @private
|
| // Bridge to proxy Chrome notifications to the Obj-C class as well as load the
|
| // extension's icon.
|
| - scoped_ptr<ExtensionImageTrackerBridge> imageLoadingBridge_;
|
| + scoped_ptr<ExtensionActionIconFactoryBridge> iconFactoryBridge_;
|
|
|
| // Used to move the button and query whether a button is currently animating.
|
| scoped_nsobject<NSViewAnimation> moveAnimation_;
|
|
|