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

Unified Diff: chrome/browser/storage_monitor/test_volume_mount_watcher_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/storage_monitor/test_volume_mount_watcher_win.cc
diff --git a/chrome/browser/storage_monitor/test_volume_mount_watcher_win.cc b/chrome/browser/storage_monitor/test_volume_mount_watcher_win.cc
index 937e08de01127efd083e2be80e44770c8ae2c75d..d63cfc596b54c7006ef56bf509ef086ad2bd026e 100644
--- a/chrome/browser/storage_monitor/test_volume_mount_watcher_win.cc
+++ b/chrome/browser/storage_monitor/test_volume_mount_watcher_win.cc
@@ -12,9 +12,6 @@
#include "base/strings/utf_string_conversions.h"
#include "chrome/browser/storage_monitor/storage_info.h"
-namespace chrome {
-namespace test {
-
namespace {
base::FilePath GetTempRoot() {
@@ -154,6 +151,3 @@ VolumeMountWatcherWin::GetAttachedDevicesCallbackType
void TestVolumeMountWatcherWin::ShutdownWorkerPool() {
device_info_worker_pool_->Shutdown();
}
-
-} // namespace test
-} // namespace chrome
« no previous file with comments | « chrome/browser/storage_monitor/test_volume_mount_watcher_win.h ('k') | chrome/browser/storage_monitor/transient_device_ids.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698