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

Unified Diff: chrome/browser/media_galleries/win/mtp_device_operations_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/media_galleries/win/mtp_device_operations_util.cc
diff --git a/chrome/browser/media_galleries/win/mtp_device_operations_util.cc b/chrome/browser/media_galleries/win/mtp_device_operations_util.cc
index cb59d1a2de71c2bb45341ca50f78755ce5d7d99f..0d9ac6c1f03254b04e17d24df058a142f70bb28f 100644
--- a/chrome/browser/media_galleries/win/mtp_device_operations_util.cc
+++ b/chrome/browser/media_galleries/win/mtp_device_operations_util.cc
@@ -22,8 +22,6 @@
#include "chrome/common/chrome_constants.h"
#include "content/public/browser/browser_thread.h"
-namespace chrome {
-
namespace media_transfer_protocol {
namespace {
@@ -410,5 +408,3 @@ string16 GetObjectIdFromName(IPortableDevice* device,
}
} // namespace media_transfer_protocol
-
-} // namespace chrome

Powered by Google App Engine
This is Rietveld 408576698