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

Unified Diff: chrome/browser/views/options/fonts_page_view.h

Issue 126184: Move TableModel out of views/ and into app/.... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: addressed comments, build fixes Created 11 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/views/options/fonts_page_view.h
===================================================================
--- chrome/browser/views/options/fonts_page_view.h (revision 18411)
+++ chrome/browser/views/options/fonts_page_view.h (working copy)
@@ -17,12 +17,12 @@
class GroupboxView;
class Label;
class NativeButton;
-class TableModel;
class TableView;
}
+class DefaultEncodingComboboxModel;
class FontDisplayView;
-class DefaultEncodingComboboxModel;
+class TableModel;
///////////////////////////////////////////////////////////////////////////////
// FontsPageView
« no previous file with comments | « chrome/browser/views/options/exceptions_page_view.cc ('k') | chrome/browser/views/options/general_page_view.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698