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

Unified Diff: chromeos/network/shill_property_handler.h

Issue 628883002: replace OVERRIDE and FINAL with override and final in chromeos/ (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: chromeos/network/shill_property_handler.h
diff --git a/chromeos/network/shill_property_handler.h b/chromeos/network/shill_property_handler.h
index 6e92e462aa5b9a63af5478f95926dcef990ee494..e687904841de6c0aea161c1ff6cc859079052942 100644
--- a/chromeos/network/shill_property_handler.h
+++ b/chromeos/network/shill_property_handler.h
@@ -137,7 +137,7 @@ class CHROMEOS_EXPORT ShillPropertyHandler
// ShillPropertyChangedObserver overrides
virtual void OnPropertyChanged(const std::string& key,
- const base::Value& value) OVERRIDE;
+ const base::Value& value) override;
private:
typedef std::map<ManagedState::ManagedType, std::set<std::string> >
« no previous file with comments | « chromeos/network/portal_detector/network_portal_detector_strategy.cc ('k') | chromeos/network/shill_property_handler.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698