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

Unified Diff: components/storage_monitor/media_transfer_protocol_device_observer_linux.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/media_transfer_protocol_device_observer_linux.h
diff --git a/components/storage_monitor/media_transfer_protocol_device_observer_linux.h b/components/storage_monitor/media_transfer_protocol_device_observer_linux.h
index 224cafaf8505bc4360e58e24976c11c62fb15814..3b9d122764dc5940ab9e16f8508f1ae8027356af 100644
--- a/components/storage_monitor/media_transfer_protocol_device_observer_linux.h
+++ b/components/storage_monitor/media_transfer_protocol_device_observer_linux.h
@@ -57,7 +57,7 @@ class MediaTransferProtocolDeviceObserverLinux
// device::MediaTransferProtocolManager::Observer implementation.
// Exposed for unit tests.
virtual void StorageChanged(bool is_attached,
- const std::string& storage_name) OVERRIDE;
+ const std::string& storage_name) override;
private:
// Mapping of storage location and mtp storage info object.

Powered by Google App Engine
This is Rietveld 408576698