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

Unified Diff: chrome/browser/themes/theme_service_factory.h

Issue 10375021: Move Extension into extensions namespace (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Take 6 Created 8 years, 7 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 | « chrome/browser/themes/theme_service.cc ('k') | chrome/browser/themes/theme_service_factory.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/themes/theme_service_factory.h
diff --git a/chrome/browser/themes/theme_service_factory.h b/chrome/browser/themes/theme_service_factory.h
index 9b590b1d969c99468b1b58805a7977720ea7134b..2b688ec691871e71d441727ec8ee21b26e3c6481 100644
--- a/chrome/browser/themes/theme_service_factory.h
+++ b/chrome/browser/themes/theme_service_factory.h
@@ -9,9 +9,12 @@
#include "base/memory/singleton.h"
#include "chrome/browser/profiles/profile_keyed_service_factory.h"
+class Profile;
class ThemeService;
+
+namespace extensions {
class Extension;
-class Profile;
+}
// Singleton that owns all ThemeServices and associates them with
// Profiles. Listens for the Profile's destruction notification and cleans up
@@ -26,7 +29,7 @@ class ThemeServiceFactory : public ProfileKeyedServiceFactory {
// Returns the Extension that implements the theme associated with
// |profile|. Returns NULL if the theme is no longer installed, if there is
// no installed theme, or the theme was cleared.
- static const Extension* GetThemeForProfile(Profile* profile);
+ static const extensions::Extension* GetThemeForProfile(Profile* profile);
static ThemeServiceFactory* GetInstance();
« no previous file with comments | « chrome/browser/themes/theme_service.cc ('k') | chrome/browser/themes/theme_service_factory.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698