summaryrefslogtreecommitdiffstats
path: root/chrome/browser/ui/views/omnibox/omnibox_view_views.h
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/browser/ui/views/omnibox/omnibox_view_views.h')
-rw-r--r--chrome/browser/ui/views/omnibox/omnibox_view_views.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/chrome/browser/ui/views/omnibox/omnibox_view_views.h b/chrome/browser/ui/views/omnibox/omnibox_view_views.h
index 5e51848..ec9f3e5 100644
--- a/chrome/browser/ui/views/omnibox/omnibox_view_views.h
+++ b/chrome/browser/ui/views/omnibox/omnibox_view_views.h
@@ -46,7 +46,7 @@ class OmniboxViewViews : public views::View,
Profile* profile,
CommandUpdater* command_updater,
bool popup_window_mode,
- LocationBarView* location_bar);
+ views::View* location_bar);
virtual ~OmniboxViewViews();
// Initialize, create the underlying views, etc;
@@ -185,7 +185,6 @@ class OmniboxViewViews : public views::View,
// Was the delete key pressed with an empty selection at the end of the edit?
bool delete_at_end_pressed_;
- LocationBarView* location_bar_view_;
DISALLOW_COPY_AND_ASSIGN(OmniboxViewViews);
};