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

Unified Diff: net/android/network_change_notifier_factory_android.h

Issue 897423002: Update {virtual,override,final} to follow C++11 style in net. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 10 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
« no previous file with comments | « net/android/network_change_notifier_android_unittest.cc ('k') | net/cert/cert_verify_proc_android.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/android/network_change_notifier_factory_android.h
diff --git a/net/android/network_change_notifier_factory_android.h b/net/android/network_change_notifier_factory_android.h
index d443fcdf4a2c0f88af89ff2d7037b475cbd32a37..035a84e8109921f9a33005aca68f6f2c0fe5a2cd 100644
--- a/net/android/network_change_notifier_factory_android.h
+++ b/net/android/network_change_notifier_factory_android.h
@@ -26,10 +26,10 @@ class NET_EXPORT NetworkChangeNotifierFactoryAndroid :
NetworkChangeNotifierFactoryAndroid();
// Must be called on the JNI thread.
- virtual ~NetworkChangeNotifierFactoryAndroid();
+ ~NetworkChangeNotifierFactoryAndroid() override;
// NetworkChangeNotifierFactory:
- virtual NetworkChangeNotifier* CreateInstance() override;
+ NetworkChangeNotifier* CreateInstance() override;
private:
// Delegate passed to the instances created by this class.
« no previous file with comments | « net/android/network_change_notifier_android_unittest.cc ('k') | net/cert/cert_verify_proc_android.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698