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

Unified Diff: components/storage_monitor/test_volume_mount_watcher_win.h

Issue 623133002: replace OVERRIDE and FINAL with override and final in components/ (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 2 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 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.
« no previous file with comments | « components/storage_monitor/test_storage_monitor_win.h ('k') | components/suggestions/blacklist_store_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698