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

Unified Diff: chrome/browser/media_galleries/media_galleries_preferences.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.h
diff --git a/chrome/browser/media_galleries/media_galleries_preferences.h b/chrome/browser/media_galleries/media_galleries_preferences.h
index f737c4b72a6f7b4dbd9c6f074a83ace67b2b35f6..eb5a8546addb6d480d288eb43f9b1dfe9d4bb1eb 100644
--- a/chrome/browser/media_galleries/media_galleries_preferences.h
+++ b/chrome/browser/media_galleries/media_galleries_preferences.h
@@ -33,8 +33,6 @@ namespace user_prefs {
class PrefRegistrySyncable;
}
-namespace chrome {
-
typedef uint64 MediaGalleryPrefId;
const MediaGalleryPrefId kInvalidMediaGalleryPrefId = 0;
@@ -304,6 +302,4 @@ class MediaGalleriesPreferences : public BrowserContextKeyedService,
DISALLOW_COPY_AND_ASSIGN(MediaGalleriesPreferences);
};
-} // namespace chrome
-
#endif // CHROME_BROWSER_MEDIA_GALLERIES_MEDIA_GALLERIES_PREFERENCES_H_

Powered by Google App Engine
This is Rietveld 408576698