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

Unified Diff: chromeos/network/device_state.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/device_state.h
diff --git a/chromeos/network/device_state.h b/chromeos/network/device_state.h
index 3e8195bfbda0e896732ea955d996fe8ef7c06a42..db6830ffc1e73eefc880fa12a82927f9bcea9248 100644
--- a/chromeos/network/device_state.h
+++ b/chromeos/network/device_state.h
@@ -22,9 +22,9 @@ class CHROMEOS_EXPORT DeviceState : public ManagedState {
// ManagedState overrides
virtual bool PropertyChanged(const std::string& key,
- const base::Value& value) OVERRIDE;
+ const base::Value& value) override;
virtual bool InitialPropertiesReceived(
- const base::DictionaryValue& properties) OVERRIDE;
+ const base::DictionaryValue& properties) override;
void IPConfigPropertiesChanged(const std::string& ip_config_path,
const base::DictionaryValue& properties);
« no previous file with comments | « chromeos/network/client_cert_resolver_unittest.cc ('k') | chromeos/network/dhcp_proxy_script_fetcher_chromeos.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698