summaryrefslogtreecommitdiffstats
path: root/chrome/browser/browser_theme_provider.h
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/browser/browser_theme_provider.h')
-rw-r--r--chrome/browser/browser_theme_provider.h19
1 files changed, 10 insertions, 9 deletions
diff --git a/chrome/browser/browser_theme_provider.h b/chrome/browser/browser_theme_provider.h
index 756e2bc..1474c24 100644
--- a/chrome/browser/browser_theme_provider.h
+++ b/chrome/browser/browser_theme_provider.h
@@ -8,22 +8,23 @@
#include <map>
#include <set>
#include <string>
-#include <vector>
-#include "app/gfx/color_utils.h"
-#include "app/resource_bundle.h"
#include "app/theme_provider.h"
-#include "base/basictypes.h"
-#include "base/lock.h"
#include "base/non_thread_safe.h"
#include "base/ref_counted.h"
-class Extension;
-class Profile;
+namespace color_utils {
+ struct HSL;
+}
+
+class BrowserThemePack;
+class BrowserThemeProviderTest;
class DictionaryValue;
+class Extension;
+class FilePath;
class PrefService;
-class BrowserThemeProviderTest;
-class BrowserThemePack;
+class Profile;
+class ResourceBundle;
class BrowserThemeProvider : public NonThreadSafe,
public ThemeProvider {