| Index: chrome/browser/gtk/location_bar_view_gtk.h
|
| diff --git a/chrome/browser/gtk/location_bar_view_gtk.h b/chrome/browser/gtk/location_bar_view_gtk.h
|
| index 8c820d2d82c26fccf3b29f0586b3091f4de3a39d..6ad62d1f68aa054c35acf1d758a31de1b0a3dee1 100644
|
| --- a/chrome/browser/gtk/location_bar_view_gtk.h
|
| +++ b/chrome/browser/gtk/location_bar_view_gtk.h
|
| @@ -113,13 +113,9 @@ class LocationBarViewGtk : public AutocompleteEditController,
|
| virtual void InvalidatePageActions();
|
| virtual void SaveStateToContents(TabContents* contents);
|
| virtual void Revert();
|
| - virtual const AutocompleteEditView* location_entry() const {
|
| - return location_entry_.get();
|
| - }
|
| - virtual AutocompleteEditView* location_entry() {
|
| - return location_entry_.get();
|
| - }
|
| - virtual LocationBarTesting* GetLocationBarForTesting() { return this; }
|
| + virtual const AutocompleteEditView* location_entry() const;
|
| + virtual AutocompleteEditView* location_entry();
|
| + virtual LocationBarTesting* GetLocationBarForTesting();
|
|
|
| // Implement the LocationBarTesting interface.
|
| virtual int PageActionCount() { return page_action_views_.size(); }
|
|
|