| Index: net/android/network_change_notifier_android.cc
|
| diff --git a/net/android/network_change_notifier_android.cc b/net/android/network_change_notifier_android.cc
|
| index f055af971db4a41bf54e6d386da5c2dc4a2d873e..25ec0ed542b4a238fa58b464b07dc5e251cbdc9c 100644
|
| --- a/net/android/network_change_notifier_android.cc
|
| +++ b/net/android/network_change_notifier_android.cc
|
| @@ -55,7 +55,8 @@ bool NetworkChangeNotifierAndroid::Register(JNIEnv* env) {
|
| return RegisterNativesImpl(env);
|
| }
|
|
|
| -NetworkChangeNotifierAndroid::NetworkChangeNotifierAndroid() {
|
| +NetworkChangeNotifierAndroid::NetworkChangeNotifierAndroid()
|
| + : NetworkChangeNotifier(0, 0, 0, 0) {
|
| SetConnectionType(CONNECTION_UNKNOWN);
|
| JNIEnv* env = base::android::AttachCurrentThread();
|
| java_network_change_notifier_.Reset(
|
|
|