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

Unified Diff: chrome/browser/media_galleries/linux/mtp_device_task_helper_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/linux/mtp_device_task_helper_map_service.cc
diff --git a/chrome/browser/media_galleries/linux/mtp_device_task_helper_map_service.cc b/chrome/browser/media_galleries/linux/mtp_device_task_helper_map_service.cc
index aedce85c58afabdae3a4030b2201775dcd4894a7..ab92b8f3308a0ca56f04076d937e362ff1fe4a11 100644
--- a/chrome/browser/media_galleries/linux/mtp_device_task_helper_map_service.cc
+++ b/chrome/browser/media_galleries/linux/mtp_device_task_helper_map_service.cc
@@ -9,8 +9,6 @@
#include "chrome/browser/media_galleries/linux/mtp_device_task_helper.h"
#include "content/public/browser/browser_thread.h"
-namespace chrome {
-
namespace {
base::LazyInstance<MTPDeviceTaskHelperMapService>
@@ -56,5 +54,3 @@ MTPDeviceTaskHelperMapService::MTPDeviceTaskHelperMapService() {
MTPDeviceTaskHelperMapService::~MTPDeviceTaskHelperMapService() {
}
-
-} // namespace chrome

Powered by Google App Engine
This is Rietveld 408576698