summaryrefslogtreecommitdiffstats
path: root/chrome/browser/ui/cocoa/extensions/extension_installed_bubble_controller.h
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/browser/ui/cocoa/extensions/extension_installed_bubble_controller.h')
-rw-r--r--chrome/browser/ui/cocoa/extensions/extension_installed_bubble_controller.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/chrome/browser/ui/cocoa/extensions/extension_installed_bubble_controller.h b/chrome/browser/ui/cocoa/extensions/extension_installed_bubble_controller.h
index 5a9eb67..803a77d 100644
--- a/chrome/browser/ui/cocoa/extensions/extension_installed_bubble_controller.h
+++ b/chrome/browser/ui/cocoa/extensions/extension_installed_bubble_controller.h
@@ -14,6 +14,7 @@
class Browser;
class ExtensionLoadedNotificationObserver;
+@class HyperlinkTextView;
@class HoverCloseButton;
@class InfoBubbleView;
@@ -90,7 +91,7 @@ typedef enum {
// text views cannot conveniently be created in IB. The xib file contains
// a text field |promoPlaceholder_| that's replaced by this text view |promo_|
// in -awakeFromNib.
- scoped_nsobject<NSTextView> promo_;
+ scoped_nsobject<HyperlinkTextView> promo_;
// Only shown for bundle installs.
IBOutlet NSTextField* installedHeadingMsg_;
IBOutlet NSTextField* installedItemsMsg_;