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

Unified Diff: ui/app_list/views/signin_view.h

Issue 119963002: Clean-up: Replaces gfx::Font with gfx::FontList in ui/app_list. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Synced. Created 7 years 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
« no previous file with comments | « ui/app_list/views/search_result_actions_view.cc ('k') | ui/app_list/views/signin_view.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/app_list/views/signin_view.h
diff --git a/ui/app_list/views/signin_view.h b/ui/app_list/views/signin_view.h
index 47a107b332918f2b0491c22c58c504a0a24e092d..b4bb98931cc0ab9b2831d6ac05b58848e619c8a5 100644
--- a/ui/app_list/views/signin_view.h
+++ b/ui/app_list/views/signin_view.h
@@ -7,15 +7,10 @@
#include "base/basictypes.h"
#include "base/compiler_specific.h"
-#include "base/memory/scoped_ptr.h"
#include "ui/views/controls/button/button.h"
#include "ui/views/controls/link_listener.h"
#include "ui/views/view.h"
-namespace gfx {
-class Font;
-}
-
namespace app_list {
class SigninDelegate;
@@ -38,9 +33,6 @@ class SigninView : public views::View,
views::Link* learn_more_link_;
views::Link* settings_link_;
- scoped_ptr<gfx::Font> title_font_;
- scoped_ptr<gfx::Font> text_font_;
- scoped_ptr<gfx::Font> button_font_;
SigninDelegate* delegate_;
« no previous file with comments | « ui/app_list/views/search_result_actions_view.cc ('k') | ui/app_list/views/signin_view.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698