| Index: components/storage_monitor/storage_monitor.h
|
| diff --git a/components/storage_monitor/storage_monitor.h b/components/storage_monitor/storage_monitor.h
|
| index 5e8654abdeea61c35626cbbfeaf2cd4268a1b382..5c58581d6059bb0f90389fd4c41b0fc71e213b46 100644
|
| --- a/components/storage_monitor/storage_monitor.h
|
| +++ b/components/storage_monitor/storage_monitor.h
|
| @@ -120,7 +120,7 @@ class StorageMonitor {
|
| base::string16* storage_object_id) const = 0;
|
| #endif
|
|
|
| -#if defined(OS_LINUX)
|
| +#if defined(OS_CHROMEOS)
|
| virtual device::MediaTransferProtocolManager*
|
| media_transfer_protocol_manager() = 0;
|
| #endif
|
|
|