| Index: chrome/browser/autocomplete/autocomplete_popup_view_gtk.h
|
| ===================================================================
|
| --- chrome/browser/autocomplete/autocomplete_popup_view_gtk.h (revision 43969)
|
| +++ chrome/browser/autocomplete/autocomplete_popup_view_gtk.h (working copy)
|
| @@ -1,4 +1,4 @@
|
| -// Copyright (c) 2009 The Chromium Authors. All rights reserved.
|
| +// Copyright (c) 2010 The Chromium Authors. All rights reserved.
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| @@ -23,7 +23,7 @@
|
| AutocompletePopupViewGtk(AutocompleteEditView* edit_view,
|
| AutocompleteEditModel* edit_model,
|
| Profile* profile,
|
| - const BubblePositioner* bubble_positioner);
|
| + const GtkWidget* location_bar);
|
| ~AutocompletePopupViewGtk();
|
|
|
| // Implement the AutocompletePopupView interface.
|
| @@ -79,7 +79,7 @@
|
|
|
| scoped_ptr<AutocompletePopupModel> model_;
|
| AutocompleteEditView* edit_view_;
|
| - const BubblePositioner* bubble_positioner_;
|
| + const GtkWidget* location_bar_;
|
|
|
| // Our popup window, which is the only widget used, and we paint it on our
|
| // own. This widget shouldn't be exposed outside of this class.
|
|
|