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

Unified Diff: net/android/network_change_notifier_factory_android.h

Issue 10905264: Fix race condition in NetworkChangeNotifier on Android. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebase Created 8 years, 3 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: 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 3f5f0b68f2a30623fb012e26fddf03f7338d9481..d4bd99fbec0dd2733497a79e57280528a6be32e6 100644
--- a/net/android/network_change_notifier_factory_android.h
+++ b/net/android/network_change_notifier_factory_android.h
@@ -18,6 +18,7 @@ class NetworkChangeNotifierFactoryAndroid :
public NetworkChangeNotifierFactory {
public:
NetworkChangeNotifierFactoryAndroid();
+ virtual ~NetworkChangeNotifierFactoryAndroid();
// Overrides of NetworkChangeNotifierFactory.
virtual NetworkChangeNotifier* CreateInstance() OVERRIDE;

Powered by Google App Engine
This is Rietveld 408576698