Index: chrome/browser/ui/cocoa/browser/profile_chooser_controller.h |
diff --git a/chrome/browser/ui/cocoa/browser/profile_chooser_controller.h b/chrome/browser/ui/cocoa/browser/profile_chooser_controller.h |
index 9511eb63c37f20ca62e5645cee83cde93d4d21e2..c563d74cb27e37004fc34465279cfa085d6bcd1c 100644 |
--- a/chrome/browser/ui/cocoa/browser/profile_chooser_controller.h |
+++ b/chrome/browser/ui/cocoa/browser/profile_chooser_controller.h |
@@ -23,7 +23,7 @@ class WebContents; |
// This window controller manages the bubble that displays a "menu" of profiles. |
// It is brought open by clicking on the avatar icon in the window frame. |
-@interface ProfileChooserController : BaseBubbleController { |
+@interface ProfileChooserController : BaseBubbleController<NSTextViewDelegate> { |
@public |
// Different views that can be displayed in the bubble. |
enum BubbleViewMode { |