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

Unified Diff: components/storage_monitor/storage_monitor_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/storage_monitor_chromeos.h
diff --git a/components/storage_monitor/storage_monitor_chromeos.h b/components/storage_monitor/storage_monitor_chromeos.h
index 7b3386b5ccc556bc3ea23b21bf12316836b7f686..b427c220867841a9787317a155c9b5b46b7f4e6b 100644
--- a/components/storage_monitor/storage_monitor_chromeos.h
+++ b/components/storage_monitor/storage_monitor_chromeos.h
@@ -26,7 +26,7 @@
namespace storage_monitor {
-class MediaTransferProtocolDeviceObserverLinux;
+class MediaTransferProtocolDeviceObserverChromeOS;
class StorageMonitorCros : public StorageMonitor,
public chromeos::disks::DiskMountManager::Observer {
@@ -86,7 +86,7 @@ class StorageMonitorCros : public StorageMonitor,
std::unique_ptr<device::MediaTransferProtocolManager>
media_transfer_protocol_manager_;
- std::unique_ptr<MediaTransferProtocolDeviceObserverLinux>
+ std::unique_ptr<MediaTransferProtocolDeviceObserverChromeOS>
media_transfer_protocol_device_observer_;
base::WeakPtrFactory<StorageMonitorCros> weak_ptr_factory_;
« no previous file with comments | « components/storage_monitor/storage_monitor.h ('k') | components/storage_monitor/storage_monitor_chromeos.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698