| Index: components/storage_monitor/storage_monitor_win.h
|
| diff --git a/components/storage_monitor/storage_monitor_win.h b/components/storage_monitor/storage_monitor_win.h
|
| index 65681b4dbf514d0f1850fdcac0f1ba1d56c65f33..6b51cab675c5270fa2aca4756c197c90790347e1 100644
|
| --- a/components/storage_monitor/storage_monitor_win.h
|
| +++ b/components/storage_monitor/storage_monitor_win.h
|
| @@ -32,19 +32,19 @@ class StorageMonitorWin : public StorageMonitor {
|
| virtual ~StorageMonitorWin();
|
|
|
| // Must be called after the file thread is created.
|
| - virtual void Init() OVERRIDE;
|
| + virtual void Init() override;
|
|
|
| // StorageMonitor:
|
| virtual bool GetStorageInfoForPath(const base::FilePath& path,
|
| - StorageInfo* device_info) const OVERRIDE;
|
| + StorageInfo* device_info) const override;
|
| virtual bool GetMTPStorageInfoFromDeviceId(
|
| const std::string& storage_device_id,
|
| base::string16* device_location,
|
| - base::string16* storage_object_id) const OVERRIDE;
|
| + base::string16* storage_object_id) const override;
|
|
|
| virtual void EjectDevice(
|
| const std::string& device_id,
|
| - base::Callback<void(EjectStatus)> callback) OVERRIDE;
|
| + base::Callback<void(EjectStatus)> callback) override;
|
|
|
| private:
|
| class PortableDeviceNotifications;
|
|
|