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

Unified Diff: chrome/browser/storage_monitor/media_storage_util.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/storage_monitor/media_storage_util.cc
diff --git a/chrome/browser/storage_monitor/media_storage_util.cc b/chrome/browser/storage_monitor/media_storage_util.cc
index aef5b0b4e191834aa8ccedee6c9a446c6f9513ca..9df6f921c496923b2c64cd2c61936de0226a73ea 100644
--- a/chrome/browser/storage_monitor/media_storage_util.cc
+++ b/chrome/browser/storage_monitor/media_storage_util.cc
@@ -18,8 +18,6 @@
using content::BrowserThread;
-namespace chrome {
-
namespace {
// MediaDeviceNotification.DeviceInfo histogram values.
@@ -251,5 +249,3 @@ bool MediaStorageUtil::IsRemovableStorageAttached(const std::string& id) {
}
return false;
}
-
-} // namespace chrome
« no previous file with comments | « chrome/browser/storage_monitor/media_storage_util.h ('k') | chrome/browser/storage_monitor/media_storage_util_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698