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

Unified Diff: chrome/browser/media_galleries/imported_media_gallery_registry.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/imported_media_gallery_registry.h
diff --git a/chrome/browser/media_galleries/imported_media_gallery_registry.h b/chrome/browser/media_galleries/imported_media_gallery_registry.h
index 04fb682fc3ee7bd58145562747e8b7fb8df97f80..4929e5e68bc25ef92e11a2e31b0491d0fa3315cc 100644
--- a/chrome/browser/media_galleries/imported_media_gallery_registry.h
+++ b/chrome/browser/media_galleries/imported_media_gallery_registry.h
@@ -23,8 +23,6 @@ class PicasaDataProvider;
class PicasaDataProviderTest;
}
-namespace chrome {
-
// This class lives on the MediaTaskRunner thread. It has some static
// methods which are called on the UI thread.
//
@@ -81,6 +79,4 @@ class ImportedMediaGalleryRegistry {
DISALLOW_COPY_AND_ASSIGN(ImportedMediaGalleryRegistry);
};
-} // namespace chrome
-
#endif // CHROME_BROWSER_MEDIA_GALLERIES_IMPORTED_MEDIA_GALLERY_REGISTRY_H_

Powered by Google App Engine
This is Rietveld 408576698