Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(662)

Unified Diff: chrome/browser/ui/views/omnibox/touch_omnibox_popup_contents_view.h

Issue 15745031: Restyle omnibox popup (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: remove comment Created 7 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: chrome/browser/ui/views/omnibox/touch_omnibox_popup_contents_view.h
diff --git a/chrome/browser/ui/views/omnibox/touch_omnibox_popup_contents_view.h b/chrome/browser/ui/views/omnibox/touch_omnibox_popup_contents_view.h
index b9e5b8dfc529e6ea602d35c5774b3dbd379cc433..75cdad01cbc6126d06190b27e522d7c8de2af475 100644
--- a/chrome/browser/ui/views/omnibox/touch_omnibox_popup_contents_view.h
+++ b/chrome/browser/ui/views/omnibox/touch_omnibox_popup_contents_view.h
@@ -24,7 +24,7 @@ class TouchOmniboxResultView : public OmniboxResultView {
public:
TouchOmniboxResultView(OmniboxResultViewModel* model,
int model_index,
- views::View* location_bar,
+ LocationBarView* location_bar_view,
const gfx::Font& font);
private:
@@ -45,7 +45,7 @@ class TouchOmniboxPopupContentsView
TouchOmniboxPopupContentsView(const gfx::Font& font,
OmniboxView* omnibox_view,
OmniboxEditModel* edit_model,
- views::View* location_bar);
+ LocationBarView* location_bar_view);
virtual ~TouchOmniboxPopupContentsView();
// OmniboxPopupContentsView:
« no previous file with comments | « chrome/browser/ui/views/omnibox/omnibox_views.cc ('k') | chrome/browser/ui/views/omnibox/touch_omnibox_popup_contents_view.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698