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

Unified Diff: chrome/browser/media_galleries/win/mtp_device_delegate_impl_win.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_delegate_impl_win.cc
diff --git a/chrome/browser/media_galleries/win/mtp_device_delegate_impl_win.cc b/chrome/browser/media_galleries/win/mtp_device_delegate_impl_win.cc
index 7a9028a0137ae78fcf1878fce20eef065f6210fb..bfa81daf7d32e5c4cdb843273f4ea6b4d86fded3 100644
--- a/chrome/browser/media_galleries/win/mtp_device_delegate_impl_win.cc
+++ b/chrome/browser/media_galleries/win/mtp_device_delegate_impl_win.cc
@@ -31,8 +31,6 @@
#include "content/public/browser/browser_thread.h"
#include "webkit/common/fileapi/file_system_util.h"
-namespace chrome {
-
namespace {
// Gets the details of the MTP partition storage specified by the
@@ -610,5 +608,3 @@ void MTPDeviceDelegateImplWin::OnWroteDataChunkIntoSnapshotFile(
current_snapshot_details_.reset();
ProcessNextPendingRequest();
}
-
-} // namespace chrome

Powered by Google App Engine
This is Rietveld 408576698