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

Unified Diff: chromeos/network/network_change_notifier_factory_chromeos.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/network_change_notifier_factory_chromeos.h
diff --git a/chromeos/network/network_change_notifier_factory_chromeos.h b/chromeos/network/network_change_notifier_factory_chromeos.h
index 51366da215834befe24d5ae31a583c62fbde2a45..6be9f50af00f7feebf407046be5286ba10815863 100644
--- a/chromeos/network/network_change_notifier_factory_chromeos.h
+++ b/chromeos/network/network_change_notifier_factory_chromeos.h
@@ -20,7 +20,7 @@ class CHROMEOS_EXPORT NetworkChangeNotifierFactoryChromeos
NetworkChangeNotifierFactoryChromeos() {}
// net::NetworkChangeNotifierFactory overrides.
- virtual net::NetworkChangeNotifier* CreateInstance() OVERRIDE;
+ virtual net::NetworkChangeNotifier* CreateInstance() override;
static NetworkChangeNotifierChromeos* GetInstance();
};
« no previous file with comments | « chromeos/network/network_change_notifier_chromeos.cc ('k') | chromeos/network/network_configuration_handler_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698