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 359ec7a737ce772a30c01aab88709e3a49bad59a..3b2d77c61d72e554ec46ad4db48bb1094060ebb6 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_; |