Index: components/storage_monitor/test_portable_device_watcher_win.h |
diff --git a/components/storage_monitor/test_portable_device_watcher_win.h b/components/storage_monitor/test_portable_device_watcher_win.h |
index ed773ed6aafd6b3e5c1e2c3f3d9d6a5e56d60c33..bc108b1afcec69b4b5505cb9b4d412d5cabd0b8e 100644 |
--- a/components/storage_monitor/test_portable_device_watcher_win.h |
+++ b/components/storage_monitor/test_portable_device_watcher_win.h |
@@ -60,13 +60,13 @@ class TestPortableDeviceWatcherWin : public PortableDeviceWatcherWin { |
private: |
// PortableDeviceWatcherWin: |
- virtual void EnumerateAttachedDevices() OVERRIDE; |
+ virtual void EnumerateAttachedDevices() override; |
virtual void HandleDeviceAttachEvent( |
- const base::string16& pnp_device_id) OVERRIDE; |
+ const base::string16& pnp_device_id) 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; |
// Set to true to get dummy storage details from |
// GetMTPStorageInfoFromDeviceId(). |