Index: components/storage_monitor/test_volume_mount_watcher_win.h |
diff --git a/components/storage_monitor/test_volume_mount_watcher_win.h b/components/storage_monitor/test_volume_mount_watcher_win.h |
index 280a03488375972a55a25958b4678137b76f72ad..ed6df11a25954b37b768deff24dd001bc84d1889 100644 |
--- a/components/storage_monitor/test_volume_mount_watcher_win.h |
+++ b/components/storage_monitor/test_volume_mount_watcher_win.h |
@@ -50,9 +50,9 @@ class TestVolumeMountWatcherWin : public VolumeMountWatcherWin { |
// VolumeMountWatcherWin: |
virtual GetAttachedDevicesCallbackType |
- GetAttachedDevicesCallback() const OVERRIDE; |
+ GetAttachedDevicesCallback() const override; |
virtual GetDeviceDetailsCallbackType |
- GetDeviceDetailsCallback() const OVERRIDE; |
+ GetDeviceDetailsCallback() const override; |
// Should be used by unit tests to make sure the worker pool doesn't survive |
// into other test runs. |