| 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 0e7b8b049e072805f6b3feb01ebaa1a6404d8f82..dbd700a78e2b35074e8a064df08ac7d55090dd4a 100644
|
| --- a/chrome/browser/ui/views/location_bar/location_bar_view.h
|
| +++ b/chrome/browser/ui/views/location_bar/location_bar_view.h
|
| @@ -248,7 +248,7 @@ class LocationBarView : public LocationBar,
|
| // The point will be returned in the coordinates of the LocationBarView.
|
| gfx::Point GetLocationBarAnchorPoint() const;
|
|
|
| - views::View* omnibox_view() { return omnibox_view_; }
|
| + OmniboxViewViews* omnibox_view() { return omnibox_view_; }
|
|
|
| views::View* generated_credit_card_view();
|
|
|
|
|