summaryrefslogtreecommitdiffstats
path: root/net/android/network_change_notifier_android.h
diff options
context:
space:
mode:
Diffstat (limited to 'net/android/network_change_notifier_android.h')
-rw-r--r--net/android/network_change_notifier_android.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/net/android/network_change_notifier_android.h b/net/android/network_change_notifier_android.h
index f167cfc..e82b852 100644
--- a/net/android/network_change_notifier_android.h
+++ b/net/android/network_change_notifier_android.h
@@ -56,12 +56,15 @@ class NET_EXPORT_PRIVATE NetworkChangeNotifierAndroid
friend class NetworkChangeNotifierAndroidTest;
friend class NetworkChangeNotifierFactoryAndroid;
+ class DnsConfigServiceThread;
+
explicit NetworkChangeNotifierAndroid(
NetworkChangeNotifierDelegateAndroid* delegate);
static NetworkChangeCalculatorParams NetworkChangeCalculatorParamsAndroid();
NetworkChangeNotifierDelegateAndroid* const delegate_;
+ scoped_ptr<DnsConfigServiceThread> dns_config_service_thread_;
DISALLOW_COPY_AND_ASSIGN(NetworkChangeNotifierAndroid);
};