| Index: chrome/browser/ui/views/location_bar/location_bar_view.h
|
| diff --git a/chrome/browser/ui/views/location_bar/location_bar_view.h b/chrome/browser/ui/views/location_bar/location_bar_view.h
|
| index 5b448bf69d72d16af9dcd16499a7973335b878be..a1d51cb1031ff544fd4421e802ea5cfed9a5d177 100644
|
| --- a/chrome/browser/ui/views/location_bar/location_bar_view.h
|
| +++ b/chrome/browser/ui/views/location_bar/location_bar_view.h
|
| @@ -26,12 +26,6 @@
|
| #include "ui/views/controls/native/native_view_host.h"
|
| #include "ui/views/drag_controller.h"
|
|
|
| -#if defined(USE_AURA)
|
| -#include "chrome/browser/ui/views/omnibox/omnibox_view_views.h"
|
| -#elif defined(OS_WIN)
|
| -#include "chrome/browser/ui/views/omnibox/omnibox_view_win.h"
|
| -#endif
|
| -
|
| class ActionBoxButtonView;
|
| class ChromeToMobileView;
|
| class CommandUpdater;
|
| @@ -378,12 +372,6 @@ class LocationBarView : public LocationBar,
|
| // Returns true if the suggest text is valid.
|
| bool HasValidSuggestText() const;
|
|
|
| -#if !defined(USE_AURA)
|
| - // Returns |location_entry_| cast to OmniboxViewWin, or NULL if
|
| - // |location_entry_| is of a different type.
|
| - OmniboxViewWin* GetOmniboxViewWin();
|
| -#endif
|
| -
|
| // Helper to show the first run info bubble.
|
| void ShowFirstRunBubbleInternal();
|
|
|
|
|