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

Unified Diff: chrome/browser/storage_monitor/test_media_transfer_protocol_manager_linux.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_media_transfer_protocol_manager_linux.cc
diff --git a/chrome/browser/storage_monitor/test_media_transfer_protocol_manager_linux.cc b/chrome/browser/storage_monitor/test_media_transfer_protocol_manager_linux.cc
index e3126f1568de907faee6fe16aa2ec51367745b80..b61f7c5f8681ec01e4b11566f7857e01e71c8963 100644
--- a/chrome/browser/storage_monitor/test_media_transfer_protocol_manager_linux.cc
+++ b/chrome/browser/storage_monitor/test_media_transfer_protocol_manager_linux.cc
@@ -6,8 +6,6 @@
#include "device/media_transfer_protocol/mtp_file_entry.pb.h"
-namespace chrome {
-
TestMediaTransferProtocolManagerLinux::
TestMediaTransferProtocolManagerLinux() {}
@@ -86,5 +84,3 @@ void TestMediaTransferProtocolManagerLinux::GetFileInfoById(
const GetFileInfoCallback& callback) {
callback.Run(MtpFileEntry(), true);
}
-
-} // namespace chrome

Powered by Google App Engine
This is Rietveld 408576698