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

Unified Diff: components/storage_monitor/test_storage_monitor_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_storage_monitor_win.h
diff --git a/components/storage_monitor/test_storage_monitor_win.h b/components/storage_monitor/test_storage_monitor_win.h
index 1280a7a50e992d7ca9aa626774baea471d7d3530..60660ae693187fb72ba552231a645ec86cf10e63 100644
--- a/components/storage_monitor/test_storage_monitor_win.h
+++ b/components/storage_monitor/test_storage_monitor_win.h
@@ -30,7 +30,7 @@ class TestStorageMonitorWin: public StorageMonitorWin {
VolumeMountWatcherWin* volume_mount_watcher();
- virtual Receiver* receiver() const OVERRIDE;
+ virtual Receiver* receiver() const override;
private:
DISALLOW_COPY_AND_ASSIGN(TestStorageMonitorWin);
« no previous file with comments | « components/storage_monitor/test_storage_monitor.h ('k') | components/storage_monitor/test_volume_mount_watcher_win.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698