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

Unified Diff: chrome/browser/media_galleries/fileapi/mtp_device_map_service.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/mtp_device_map_service.cc
diff --git a/chrome/browser/media_galleries/fileapi/mtp_device_map_service.cc b/chrome/browser/media_galleries/fileapi/mtp_device_map_service.cc
index 7f740139ea8855974b098376c814260b7fe829fb..cf91196965aa4d8371c71f3f8b819f1b0da0b609 100644
--- a/chrome/browser/media_galleries/fileapi/mtp_device_map_service.cc
+++ b/chrome/browser/media_galleries/fileapi/mtp_device_map_service.cc
@@ -11,8 +11,6 @@
#include "chrome/browser/media_galleries/fileapi/mtp_device_async_delegate.h"
#include "webkit/browser/fileapi/isolated_context.h"
-namespace chrome {
-
namespace {
base::LazyInstance<MTPDeviceMapService> g_mtp_device_map_service =
@@ -68,6 +66,5 @@ MTPDeviceAsyncDelegate* MTPDeviceMapService::GetMTPDeviceAsyncDelegate(
MTPDeviceMapService::MTPDeviceMapService() {
}
-MTPDeviceMapService::~MTPDeviceMapService() {}
-
-} // namespace chrome
+MTPDeviceMapService::~MTPDeviceMapService() {
+}

Powered by Google App Engine
This is Rietveld 408576698