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

Unified Diff: components/storage_monitor/test_media_transfer_protocol_manager_chromeos.h

Issue 2358493002: Remove MTP support on Linux. (Closed)
Patch Set: move files Created 4 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: components/storage_monitor/test_media_transfer_protocol_manager_chromeos.h
diff --git a/components/storage_monitor/test_media_transfer_protocol_manager_linux.h b/components/storage_monitor/test_media_transfer_protocol_manager_chromeos.h
similarity index 91%
rename from components/storage_monitor/test_media_transfer_protocol_manager_linux.h
rename to components/storage_monitor/test_media_transfer_protocol_manager_chromeos.h
index c53b39c9915f3a7c4022963cb6dfff84732d9005..403e350f478d11fe2375b460ef5b36e7e6b70dfa 100644
--- a/components/storage_monitor/test_media_transfer_protocol_manager_linux.h
+++ b/components/storage_monitor/test_media_transfer_protocol_manager_chromeos.h
@@ -2,8 +2,8 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#ifndef COMPONENTS_STORAGE_MONITOR_TEST_MEDIA_TRANSFER_PROTOCOL_MANAGER_LINUX_H_
-#define COMPONENTS_STORAGE_MONITOR_TEST_MEDIA_TRANSFER_PROTOCOL_MANAGER_LINUX_H_
+#ifndef COMPONENTS_STORAGE_MONITOR_TEST_MEDIA_TRANSFER_PROTOCOL_MANAGER_CHROMEOS_H_
+#define COMPONENTS_STORAGE_MONITOR_TEST_MEDIA_TRANSFER_PROTOCOL_MANAGER_CHROMEOS_H_
#include <stddef.h>
#include <stdint.h>
@@ -14,11 +14,11 @@
namespace storage_monitor {
// A dummy MediaTransferProtocolManager implementation.
-class TestMediaTransferProtocolManagerLinux
+class TestMediaTransferProtocolManagerChromeOS
: public device::MediaTransferProtocolManager {
public:
- TestMediaTransferProtocolManagerLinux();
- ~TestMediaTransferProtocolManagerLinux() override;
+ TestMediaTransferProtocolManagerChromeOS();
+ ~TestMediaTransferProtocolManagerChromeOS() override;
private:
// device::MediaTransferProtocolManager implementation.
@@ -64,9 +64,9 @@ class TestMediaTransferProtocolManagerLinux
const uint32_t object_id,
const DeleteObjectCallback& callback) override;
- DISALLOW_COPY_AND_ASSIGN(TestMediaTransferProtocolManagerLinux);
+ DISALLOW_COPY_AND_ASSIGN(TestMediaTransferProtocolManagerChromeOS);
};
} // namespace storage_monitor
-#endif // COMPONENTS_STORAGE_MONITOR_TEST_MEDIA_TRANSFER_PROTOCOL_MANAGER_LINUX_H_
+#endif // COMPONENTS_STORAGE_MONITOR_TEST_MEDIA_TRANSFER_PROTOCOL_MANAGER_CHROMEOS_H_

Powered by Google App Engine
This is Rietveld 408576698