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

Unified Diff: chrome/browser/storage_monitor/test_media_transfer_protocol_manager_linux.h

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_media_transfer_protocol_manager_linux.h
diff --git a/chrome/browser/storage_monitor/test_media_transfer_protocol_manager_linux.h b/chrome/browser/storage_monitor/test_media_transfer_protocol_manager_linux.h
index 7e841086309c9ca8d3ccf8bbc6ea3af35bcb35e3..db14aa5ba416500abce81fa7fb9106372813c07b 100644
--- a/chrome/browser/storage_monitor/test_media_transfer_protocol_manager_linux.h
+++ b/chrome/browser/storage_monitor/test_media_transfer_protocol_manager_linux.h
@@ -7,8 +7,6 @@
#include "device/media_transfer_protocol/media_transfer_protocol_manager.h"
-namespace chrome {
-
// A dummy MediaTransferProtocolManager implementation.
class TestMediaTransferProtocolManagerLinux
: public device::MediaTransferProtocolManager {
@@ -56,6 +54,4 @@ class TestMediaTransferProtocolManagerLinux
DISALLOW_COPY_AND_ASSIGN(TestMediaTransferProtocolManagerLinux);
};
-} // namespace chrome
-
#endif // CHROME_BROWSER_STORAGE_MONITOR_TEST_MEDIA_TRANSFER_PROTOCOL_MANAGER_LINUX_H_

Powered by Google App Engine
This is Rietveld 408576698