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

Unified Diff: components/storage_monitor/storage_monitor.cc

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/storage_monitor.cc
diff --git a/components/storage_monitor/storage_monitor.cc b/components/storage_monitor/storage_monitor.cc
index 85e604336bf1c45dbf8689b172354d84cf612a57..cd6bfae51327366d1c0b01d807b8126cb5fbe13a 100644
--- a/components/storage_monitor/storage_monitor.cc
+++ b/components/storage_monitor/storage_monitor.cc
@@ -27,11 +27,11 @@ class StorageMonitor::ReceiverImpl : public StorageMonitor::Receiver {
virtual ~ReceiverImpl() {}
- virtual void ProcessAttach(const StorageInfo& info) OVERRIDE;
+ virtual void ProcessAttach(const StorageInfo& info) override;
- virtual void ProcessDetach(const std::string& id) OVERRIDE;
+ virtual void ProcessDetach(const std::string& id) override;
- virtual void MarkInitialized() OVERRIDE;
+ virtual void MarkInitialized() override;
private:
StorageMonitor* notifications_;
« no previous file with comments | « components/storage_monitor/mock_removable_storage_observer.h ('k') | components/storage_monitor/storage_monitor_chromeos.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698