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

Unified Diff: chrome/browser/media_galleries/media_file_system_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/media_file_system_registry.cc
diff --git a/chrome/browser/media_galleries/media_file_system_registry.cc b/chrome/browser/media_galleries/media_file_system_registry.cc
index 9f575669eab4236d98ec6bbb8a5871c93349e8e5..f061a7ac7a864d8e0e1d63089a7ab4871afa3c71 100644
--- a/chrome/browser/media_galleries/media_file_system_registry.cc
+++ b/chrome/browser/media_galleries/media_file_system_registry.cc
@@ -50,8 +50,6 @@ using content::RenderProcessHost;
using content::WebContents;
using fileapi::IsolatedContext;
-namespace chrome {
-
namespace {
struct InvalidatedGalleriesInfo {
@@ -742,5 +740,3 @@ void MediaFileSystemRegistry::OnExtensionGalleriesHostEmpty(
pref_change_registrar_map_.erase(pref_it);
}
}
-
-} // namespace chrome

Powered by Google App Engine
This is Rietveld 408576698