| Index: chrome/browser/sync/test/integration/sync_test.cc
 | 
| diff --git a/chrome/browser/sync/test/integration/sync_test.cc b/chrome/browser/sync/test/integration/sync_test.cc
 | 
| index 1e37357b35a300c054a591b707d413d71f86e5c1..53fd6b8e1a5a0f30535d693436adaa49aa0c6279 100644
 | 
| --- a/chrome/browser/sync/test/integration/sync_test.cc
 | 
| +++ b/chrome/browser/sync/test/integration/sync_test.cc
 | 
| @@ -116,7 +116,7 @@ class SyncServerStatusChecker : public net::URLFetcherDelegate {
 | 
|      running_ =
 | 
|          (source->GetStatus().status() == net::URLRequestStatus::SUCCESS &&
 | 
|          source->GetResponseCode() == 200 && data.find("ok") == 0);
 | 
| -    base::MessageLoop::current()->Quit();
 | 
| +    base::MessageLoop::current()->QuitWhenIdle();
 | 
|    }
 | 
|  
 | 
|    bool running() const { return running_; }
 | 
| 
 |