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

Unified Diff: views/controls/textfield/textfield_views_model.h

Issue 8536004: Cleanup: Remove unneeded forward declarations in views. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 9 years, 1 month 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 | « views/controls/table/table_view.h ('k') | views/desktop/desktop_window_view.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: views/controls/textfield/textfield_views_model.h
===================================================================
--- views/controls/textfield/textfield_views_model.h (revision 110046)
+++ views/controls/textfield/textfield_views_model.h (working copy)
@@ -19,10 +19,7 @@
#include "views/views_export.h"
namespace gfx {
-class Canvas;
-class Font;
class RenderText;
-struct StyleRange;
} // namespace gfx
namespace ui {
@@ -54,7 +51,6 @@
// It supports editing, selection and cursor manipulation.
class VIEWS_EXPORT TextfieldViewsModel {
public:
-
// Delegate interface implemented by the textfield view class to provided
// additional functionalities required by the model.
class VIEWS_EXPORT Delegate {
« no previous file with comments | « views/controls/table/table_view.h ('k') | views/desktop/desktop_window_view.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698