| Index: chrome/browser/ui/views/toolbar/browser_actions_container.h
|
| diff --git a/chrome/browser/ui/views/toolbar/browser_actions_container.h b/chrome/browser/ui/views/toolbar/browser_actions_container.h
|
| index 49fe9a8e9b84c22d52f55595f9f881f324b11e11..f704ead8008e414daa5cfe613d0b517e11fe9d34 100644
|
| --- a/chrome/browser/ui/views/toolbar/browser_actions_container.h
|
| +++ b/chrome/browser/ui/views/toolbar/browser_actions_container.h
|
| @@ -235,7 +235,7 @@ class BrowserActionsContainer
|
| virtual bool ShownInsideMenu() const OVERRIDE;
|
| virtual void OnBrowserActionViewDragDone() OVERRIDE;
|
| virtual views::View* GetOverflowReferenceView() OVERRIDE;
|
| - virtual void SetPopupOwner(BrowserActionButton* popup_owner) OVERRIDE;
|
| + virtual void SetPopupOwner(BrowserActionView* popup_owner) OVERRIDE;
|
| virtual void HideActivePopup() OVERRIDE;
|
|
|
| // Overridden from extension::ExtensionKeybindingRegistry::Delegate:
|
| @@ -370,9 +370,9 @@ class BrowserActionsContainer
|
| // the difference between main and overflow.
|
| BrowserActionsContainer* main_container_;
|
|
|
| - // The button that triggered the current popup (just a reference to a button
|
| + // The view that triggered the current popup (just a reference to a view
|
| // from browser_action_views_).
|
| - BrowserActionButton* popup_owner_;
|
| + BrowserActionView* popup_owner_;
|
|
|
| // The model that tracks the order of the toolbar icons.
|
| extensions::ExtensionToolbarModel* model_;
|
|
|