| Index: net/android/network_change_notifier_android_unittest.cc
|
| diff --git a/net/android/network_change_notifier_android_unittest.cc b/net/android/network_change_notifier_android_unittest.cc
|
| index 933e0a3524740d5de7a5e3038a40b3ece85f581a..13c7c85497a3273460d628b2709afcee32cb4ce5 100644
|
| --- a/net/android/network_change_notifier_android_unittest.cc
|
| +++ b/net/android/network_change_notifier_android_unittest.cc
|
| @@ -28,7 +28,8 @@ class NetworkChangeNotifierDelegateAndroidObserver
|
| // NetworkChangeNotifierDelegateAndroid::Observer:
|
| void OnConnectionTypeChanged() override { type_notifications_count_++; }
|
|
|
| - void OnMaxBandwidthChanged(double max_bandwidth_mbps) override {
|
| + void OnMaxBandwidthChanged(net::NetworkChangeNotifier::ConnectionType type,
|
| + double max_bandwidth_mbps) override {
|
| max_bandwidth_notifications_count_++;
|
| }
|
|
|
|
|