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

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

Issue 23727009: Cleanup: Remove chrome namespace for storage monitor and media galleries. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fix nit Created 7 years, 3 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_galleries/media_galleries_preferences_factory.h
diff --git a/chrome/browser/media_galleries/media_galleries_preferences_factory.h b/chrome/browser/media_galleries/media_galleries_preferences_factory.h
index 797198f39b6088ff67a7e09713751994846fe2f0..a97a4aed57dd2de86eb6c6694f7ee21ca784fa47 100644
--- a/chrome/browser/media_galleries/media_galleries_preferences_factory.h
+++ b/chrome/browser/media_galleries/media_galleries_preferences_factory.h
@@ -9,11 +9,8 @@
#include "base/memory/singleton.h"
#include "components/browser_context_keyed_service/browser_context_keyed_service_factory.h"
-class Profile;
-
-namespace chrome {
class MediaGalleriesPreferences;
-}
+class Profile;
// Singleton that owns all MediaGalleriesPreferences and associates them with
// Profiles.
@@ -22,7 +19,7 @@ class MediaGalleriesPreferencesFactory
public:
// Use MediaFileSystemRegistry::GetPreferences() to get
// MediaGalleriesPreferences.
- static chrome::MediaGalleriesPreferences* GetForProfile(Profile* profile);
+ static MediaGalleriesPreferences* GetForProfile(Profile* profile);
static MediaGalleriesPreferencesFactory* GetInstance();

Powered by Google App Engine
This is Rietveld 408576698