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

Unified Diff: chrome/browser/media_galleries/fileapi/media_path_filter.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/fileapi/media_path_filter.cc
diff --git a/chrome/browser/media_galleries/fileapi/media_path_filter.cc b/chrome/browser/media_galleries/fileapi/media_path_filter.cc
index d92503c397bb0f78b218f87ab9ac9c56a06cb2a4..b82e25ee42437110d03d74c306112b1e91a2ad13 100644
--- a/chrome/browser/media_galleries/fileapi/media_path_filter.cc
+++ b/chrome/browser/media_galleries/fileapi/media_path_filter.cc
@@ -10,8 +10,6 @@
#include "base/strings/string_util.h"
#include "net/base/mime_util.h"
-namespace chrome {
-
namespace {
const base::FilePath::CharType* const kExtraSupportedExtensions[] = {
@@ -121,5 +119,3 @@ void MediaPathFilter::EnsureInitialized() {
initialized_ = true;
}
-
-} // namespace chrome

Powered by Google App Engine
This is Rietveld 408576698