| 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 68b6d43dd0159feb7a6b3d621d953c3925ce25c0..fdb94ef9dedbfc21ef8eba47d39e65701911105c 100644
|
| --- a/net/android/network_change_notifier_android_unittest.cc
|
| +++ b/net/android/network_change_notifier_android_unittest.cc
|
| @@ -95,7 +95,7 @@ class DNSChangeObserver : public NetworkChangeNotifier::DNSObserver {
|
|
|
| void OnInitialDNSConfigRead() override {
|
| initial_notifications_count_++;
|
| - base::MessageLoop::current()->Quit();
|
| + base::MessageLoop::current()->QuitWhenIdle();
|
| }
|
|
|
| int change_notifications_count() const { return change_notifications_count_; }
|
|
|