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 96653897e33591b01c56978ec0d2468cd2f6d108..1cdfb8f6d327ea19b459834d932b5eb101ccefc3 100644 |
--- a/chrome/browser/ui/views/location_bar/location_bar_view.h |
+++ b/chrome/browser/ui/views/location_bar/location_bar_view.h |
@@ -243,7 +243,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_; } |
Greg Billock
2013/12/11 21:31:14
Should this be OmniboxView and promote ShowURL to
Justin Donnelly
2013/12/12 17:11:57
ShowUrl is already in OmniboxView. I made this Om
|
views::View* generated_credit_card_view(); |