From 7e7fce4e519f1f507b06ee472d367716baee5899 Mon Sep 17 00:00:00 2001 From: thakis Date: Tue, 28 Oct 2014 18:26:08 -0700 Subject: Add a few missing overrides found by a new clang warning. Namely, -Winconsistent-missing-override. No behavior change. BUG=428099 TBR=blundell Review URL: https://codereview.chromium.org/652233006 Cr-Commit-Position: refs/heads/master@{#301761} --- components/storage_monitor/test_volume_mount_watcher_win.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'components/storage_monitor') diff --git a/components/storage_monitor/test_volume_mount_watcher_win.h b/components/storage_monitor/test_volume_mount_watcher_win.h index ed6df11..267d096 100644 --- a/components/storage_monitor/test_volume_mount_watcher_win.h +++ b/components/storage_monitor/test_volume_mount_watcher_win.h @@ -38,8 +38,6 @@ class TestVolumeMountWatcherWin : public VolumeMountWatcherWin { void FlushWorkerPoolForTesting(); - virtual void DeviceCheckComplete(const base::FilePath& device_path); - const std::vector& devices_checked() const { return devices_checked_; } @@ -49,6 +47,7 @@ class TestVolumeMountWatcherWin : public VolumeMountWatcherWin { void ReleaseDeviceCheck(); // VolumeMountWatcherWin: + virtual void DeviceCheckComplete(const base::FilePath& device_path) override; virtual GetAttachedDevicesCallbackType GetAttachedDevicesCallback() const override; virtual GetDeviceDetailsCallbackType -- cgit v1.1