| Index: chrome/common/local_discovery/service_discovery_client_unittest.cc
 | 
| diff --git a/chrome/common/local_discovery/service_discovery_client_unittest.cc b/chrome/common/local_discovery/service_discovery_client_unittest.cc
 | 
| index ed6db5c6c0c679e712502cb642c0c3a41cec823a..0b77410372fa9b51046e891082da129ad99fe2c3 100644
 | 
| --- a/chrome/common/local_discovery/service_discovery_client_unittest.cc
 | 
| +++ b/chrome/common/local_discovery/service_discovery_client_unittest.cc
 | 
| @@ -223,9 +223,7 @@ class ServiceDiscoveryTest : public ::testing::Test {
 | 
|      callback.Cancel();
 | 
|    }
 | 
|  
 | 
| -  void Stop() {
 | 
| -    base::MessageLoop::current()->Quit();
 | 
| -  }
 | 
| +  void Stop() { base::MessageLoop::current()->QuitWhenIdle(); }
 | 
|  
 | 
|    net::MockMDnsSocketFactory socket_factory_;
 | 
|    net::MDnsClientImpl mdns_client_;
 | 
| 
 |