Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(644)

Unified Diff: components/storage_monitor/test_volume_mount_watcher_win.h

Issue 1056633004: Update {virtual,override} to follow C++11 style in components. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fix logo tracker unittest. Created 5 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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 5191997f512131f0bb1b0b80fcad695b1c746df6..ca0a9b4a3d870303c7a400014da7b2edf5deb9cc 100644
--- a/components/storage_monitor/test_volume_mount_watcher_win.h
+++ b/components/storage_monitor/test_volume_mount_watcher_win.h
@@ -24,7 +24,7 @@ namespace storage_monitor {
class TestVolumeMountWatcherWin : public VolumeMountWatcherWin {
public:
TestVolumeMountWatcherWin();
- virtual ~TestVolumeMountWatcherWin();
+ ~TestVolumeMountWatcherWin() override;
static bool GetDeviceRemovable(const base::FilePath& device_path,
bool* removable);
@@ -47,11 +47,9 @@ class TestVolumeMountWatcherWin : public VolumeMountWatcherWin {
void ReleaseDeviceCheck();
// VolumeMountWatcherWin:
- virtual void DeviceCheckComplete(const base::FilePath& device_path) override;
- virtual GetAttachedDevicesCallbackType
- GetAttachedDevicesCallback() const override;
- virtual GetDeviceDetailsCallbackType
- GetDeviceDetailsCallback() const override;
+ void DeviceCheckComplete(const base::FilePath& device_path) override;
+ GetAttachedDevicesCallbackType GetAttachedDevicesCallback() const override;
+ GetDeviceDetailsCallbackType GetDeviceDetailsCallback() const override;
private:
std::vector<base::FilePath> devices_checked_;
« no previous file with comments | « components/storage_monitor/test_storage_monitor_win.h ('k') | components/sync_driver/shared_change_processor_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698