| Index: net/android/network_change_notifier_delegate_android.h
|
| diff --git a/net/android/network_change_notifier_delegate_android.h b/net/android/network_change_notifier_delegate_android.h
|
| index f1d812791c13cf1430c955623f992511ed22c4b8..9f5caa44167656ac279c519a50a69e46f4d0263f 100644
|
| --- a/net/android/network_change_notifier_delegate_android.h
|
| +++ b/net/android/network_change_notifier_delegate_android.h
|
| @@ -19,7 +19,7 @@ namespace net {
|
| // JNI thread).
|
| // All the methods exposed below must be called exclusively on the JNI thread
|
| // unless otherwise stated (e.g. AddObserver()/RemoveObserver()).
|
| -class NetworkChangeNotifierDelegateAndroid {
|
| +class NET_EXPORT_PRIVATE NetworkChangeNotifierDelegateAndroid {
|
| public:
|
| enum ConnectivityState {
|
| OFFLINE,
|
|
|