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

Unified Diff: chrome/browser/media_gallery/media_galleries_preferences_factory.h

Issue 10821077: Add gallery permissions to Media Galleries Preferences (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix tests Created 8 years, 4 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/media_gallery/media_galleries_preferences_factory.h
diff --git a/chrome/browser/media_gallery/media_galleries_preferences_factory.h b/chrome/browser/media_gallery/media_galleries_preferences_factory.h
index c972886e2e4d13fd7ad0c020ce594b8242bbb003..35948bee0075d921e4820224af0f4dae89de56bb 100644
--- a/chrome/browser/media_gallery/media_galleries_preferences_factory.h
+++ b/chrome/browser/media_gallery/media_galleries_preferences_factory.h
@@ -10,13 +10,16 @@
#include "chrome/browser/profiles/profile_keyed_service_factory.h"
class Profile;
+
+namespace chrome {
class MediaGalleriesPreferences;
+}
// Singleton that owns all MediaGalleriesPreferences and associates them with
// Profiles.
class MediaGalleriesPreferencesFactory : public ProfileKeyedServiceFactory {
public:
- static MediaGalleriesPreferences* GetForProfile(Profile* profile);
+ static chrome::MediaGalleriesPreferences* GetForProfile(Profile* profile);
static MediaGalleriesPreferencesFactory* GetInstance();

Powered by Google App Engine
This is Rietveld 408576698