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

Unified Diff: views/widget/default_theme_provider.h

Issue 6257006: Move a bunch of random other files to src/ui/base... (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 9 years, 11 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
« no previous file with comments | « views/widget/child_window_message_processor.cc ('k') | views/widget/tooltip_manager.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: views/widget/default_theme_provider.h
===================================================================
--- views/widget/default_theme_provider.h (revision 71854)
+++ views/widget/default_theme_provider.h (working copy)
@@ -8,20 +8,20 @@
#include <vector>
-#include "app/theme_provider.h"
#include "base/basictypes.h"
+#include "ui/base/theme_provider.h"
class Profile;
class ResourceBundle;
namespace views {
-class DefaultThemeProvider : public ThemeProvider {
+class DefaultThemeProvider : public ui::ThemeProvider {
public:
DefaultThemeProvider() { };
virtual ~DefaultThemeProvider() { };
- // Overridden from ThemeProvider.
+ // Overridden from ui::ThemeProvider.
virtual void Init(Profile* profile) { }
virtual SkBitmap* GetBitmapNamed(int id) const;
virtual SkColor GetColor(int id) const {
« no previous file with comments | « views/widget/child_window_message_processor.cc ('k') | views/widget/tooltip_manager.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698