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

Unified Diff: chrome/browser/themes/browser_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
Index: chrome/browser/themes/browser_theme_provider.h
===================================================================
--- chrome/browser/themes/browser_theme_provider.h (revision 71854)
+++ chrome/browser/themes/browser_theme_provider.h (working copy)
@@ -10,12 +10,12 @@
#include <set>
#include <string>
-#include "app/theme_provider.h"
#include "base/ref_counted.h"
#include "base/threading/non_thread_safe.h"
+#include "ui/base/theme_provider.h"
namespace color_utils {
- struct HSL;
+struct HSL;
}
class BrowserThemePack;
@@ -33,7 +33,7 @@
#endif // __OBJC__
class BrowserThemeProvider : public base::NonThreadSafe,
- public ThemeProvider {
+ public ui::ThemeProvider {
public:
// Public constants used in BrowserThemeProvider and its subclasses:
@@ -130,7 +130,7 @@
REPEAT = 3
} Tiling;
- // ThemeProvider implementation.
+ // ui::ThemeProvider implementation.
virtual void Init(Profile* profile);
virtual SkBitmap* GetBitmapNamed(int id) const;
virtual SkColor GetColor(int id) const;
« no previous file with comments | « chrome/browser/tab_contents/web_drag_dest_gtk.h ('k') | chrome/browser/ui/app_modal_dialogs/js_modal_dialog.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698