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

Unified Diff: components/storage_monitor/test_storage_monitor.h

Issue 684513002: Standardize usage of virtual/override/final specifiers. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase 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.h
diff --git a/components/storage_monitor/test_storage_monitor.h b/components/storage_monitor/test_storage_monitor.h
index a42949f3263a8f0a658bd21185d2ec3b72711095..7eff7fbc19c54d7c45ec6aacc0ab0d7279a6f7d0 100644
--- a/components/storage_monitor/test_storage_monitor.h
+++ b/components/storage_monitor/test_storage_monitor.h
@@ -45,8 +45,8 @@ class TestStorageMonitor : public StorageMonitor {
#endif
#if defined(OS_LINUX)
- virtual device::MediaTransferProtocolManager*
- media_transfer_protocol_manager() override;
+ device::MediaTransferProtocolManager* media_transfer_protocol_manager()
+ override;
#endif
Receiver* receiver() const override;

Powered by Google App Engine
This is Rietveld 408576698