Index: chrome/browser/views/autocomplete/autocomplete_popup_contents_view.h |
=================================================================== |
--- chrome/browser/views/autocomplete/autocomplete_popup_contents_view.h (revision 43972) |
+++ chrome/browser/views/autocomplete/autocomplete_popup_contents_view.h (working copy) |
@@ -45,7 +45,7 @@ |
AutocompleteEditView* edit_view, |
AutocompleteEditModel* edit_model, |
Profile* profile, |
- const BubblePositioner* bubble_positioner); |
+ const views::View* location_bar); |
virtual ~AutocompletePopupContentsView() {} |
// Returns the bounds the popup should be shown at. This is the display bounds |
@@ -122,8 +122,8 @@ |
// The edit view that invokes us. |
AutocompleteEditView* edit_view_; |
- // An object that tells the popup how to position itself. |
- const BubblePositioner* bubble_positioner_; |
+ // An object that the popup positions itself against. |
+ const views::View* location_bar_; |
// Our border, which can compute our desired bounds. |
const BubbleBorder* bubble_border_; |