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

Unified Diff: chrome/browser/media_galleries/imported_media_gallery_registry.cc

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/imported_media_gallery_registry.cc
diff --git a/chrome/browser/media_galleries/imported_media_gallery_registry.cc b/chrome/browser/media_galleries/imported_media_gallery_registry.cc
index 315243ea517fee7cb78087c18482f0d8435c6c9c..a7dea9c028baab066f99458de65b2f7c8f669b31 100644
--- a/chrome/browser/media_galleries/imported_media_gallery_registry.cc
+++ b/chrome/browser/media_galleries/imported_media_gallery_registry.cc
@@ -16,8 +16,6 @@
using base::Bind;
using fileapi::IsolatedContext;
-namespace chrome {
-
namespace {
static base::LazyInstance<ImportedMediaGalleryRegistry>::Leaky
@@ -181,5 +179,3 @@ void ImportedMediaGalleryRegistry::RevokeITunesFileSystem() {
itunes_data_provider_.reset();
}
#endif // defined(OS_WIN) || defined(OS_MACOSX)
-
-} // namespace chrome

Powered by Google App Engine
This is Rietveld 408576698