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

Unified Diff: chrome/browser/views/autocomplete/autocomplete_popup_contents_view.h

Issue 113441: ChromeFont->gfx::Font... (Closed) Base URL: svn://chrome-svn.corp.google.com/chrome/trunk/src/
Patch Set: Created 11 years, 7 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/views/autocomplete/autocomplete_popup_contents_view.h
===================================================================
--- chrome/browser/views/autocomplete/autocomplete_popup_contents_view.h (revision 16106)
+++ chrome/browser/views/autocomplete/autocomplete_popup_contents_view.h (working copy)
@@ -46,7 +46,7 @@
public AutocompleteResultViewModel,
public AutocompletePopupView {
public:
- AutocompletePopupContentsView(const ChromeFont& font,
+ AutocompletePopupContentsView(const gfx::Font& font,
AutocompleteEditViewWin* edit_view,
AutocompleteEditModel* edit_model,
Profile* profile,
@@ -105,7 +105,7 @@
// The font that we should use for result rows. This is based on the font used
// by the edit that created us.
- ChromeFont result_font_;
+ gfx::Font result_font_;
DISALLOW_COPY_AND_ASSIGN(AutocompletePopupContentsView);
};
« no previous file with comments | « chrome/browser/views/about_chrome_view.cc ('k') | chrome/browser/views/autocomplete/autocomplete_popup_contents_view.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698