| Index: chrome/browser/gtk/location_bar_view_gtk.h
|
| ===================================================================
|
| --- chrome/browser/gtk/location_bar_view_gtk.h (revision 43969)
|
| +++ chrome/browser/gtk/location_bar_view_gtk.h (working copy)
|
| @@ -30,7 +30,6 @@
|
| #include "webkit/glue/window_open_disposition.h"
|
|
|
| class AutocompleteEditViewGtk;
|
| -class BubblePositioner;
|
| class Browser;
|
| class CommandUpdater;
|
| class ContentSettingImageModel;
|
| @@ -47,8 +46,7 @@
|
| public LocationBarTesting,
|
| public NotificationObserver {
|
| public:
|
| - LocationBarViewGtk(const BubblePositioner* bubble_positioner,
|
| - Browser* browser_);
|
| + explicit LocationBarViewGtk(Browser* browser_);
|
| virtual ~LocationBarViewGtk();
|
|
|
| void Init(bool popup_window_mode);
|
| @@ -352,9 +350,6 @@
|
| ToolbarModel* toolbar_model_;
|
| Browser* browser_;
|
|
|
| - // We need to hold on to this just to it pass to the edit.
|
| - const BubblePositioner* bubble_positioner_;
|
| -
|
| // When we get an OnAutocompleteAccept notification from the autocomplete
|
| // edit, we save the input string so we can give it back to the browser on
|
| // the LocationBar interface via GetInputString().
|
|
|