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

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

Issue 155668: Refactoring of tabbed-pane component so it can be ported to Linux toolkit_view (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 11 years, 5 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_languages_window_view.h
===================================================================
--- chrome/browser/views/options/fonts_languages_window_view.h (revision 20802)
+++ chrome/browser/views/options/fonts_languages_window_view.h (working copy)
@@ -6,15 +6,17 @@
#define CHROME_BROWSER_VIEWS_OPTIONS_FONTS_LANGUAGES_WINDOW_VIEW_H_
#include "chrome/browser/fonts_languages_window.h"
-#include "views/controls/tabbed_pane.h"
#include "views/view.h"
#include "views/window/dialog_delegate.h"
-#include "views/window/window.h"
class Profile;
class FontsPageView;
class LanguagesPageView;
+namespace views {
+class TabbedPane;
+}
+
///////////////////////////////////////////////////////////////////////////////
// FontsLanguagesWindowView
//
@@ -65,7 +67,7 @@
// The Profile associated with these options.
Profile* profile_;
- DISALLOW_EVIL_CONSTRUCTORS(FontsLanguagesWindowView);
+ DISALLOW_COPY_AND_ASSIGN(FontsLanguagesWindowView);
};
#endif // CHROME_BROWSER_VIEWS_OPTIONS_FONTS_LANGUAGES_WINDOW_VIEW_H_
« no previous file with comments | « chrome/browser/views/options/content_page_view.cc ('k') | chrome/browser/views/options/fonts_languages_window_view.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698