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

Unified Diff: chrome/browser/storage_monitor/test_storage_monitor.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_storage_monitor.cc
diff --git a/chrome/browser/storage_monitor/test_storage_monitor.cc b/chrome/browser/storage_monitor/test_storage_monitor.cc
index 5967f9af3f64eb5e4a2424303e8bb052f94b8664..5ae4698f143dd5fa394212bff27b2e9584e11911 100644
--- a/chrome/browser/storage_monitor/test_storage_monitor.cc
+++ b/chrome/browser/storage_monitor/test_storage_monitor.cc
@@ -16,9 +16,6 @@
#include "device/media_transfer_protocol/media_transfer_protocol_manager.h"
#endif
-namespace chrome {
-namespace test {
-
TestStorageMonitor::TestStorageMonitor()
: StorageMonitor(),
init_called_(false) {
@@ -131,6 +128,3 @@ void TestStorageMonitor::EjectDevice(
ejected_device_ = device_id;
callback.Run(EJECT_OK);
}
-
-} // namespace test
-} // namespace chrome
« no previous file with comments | « chrome/browser/storage_monitor/test_storage_monitor.h ('k') | chrome/browser/storage_monitor/test_storage_monitor_win.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698