| 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 d2facbaaff7db150549bbe614a16539612edac34..24ab642850058886371d163b7fa8c9962e02b38c 100644
|
| --- a/chrome/browser/sync/test/integration/sync_test.cc
|
| +++ b/chrome/browser/sync/test/integration/sync_test.cc
|
| @@ -79,7 +79,7 @@ class SyncServerStatusChecker : public net::URLFetcherDelegate {
|
| running_ =
|
| (source->GetStatus().status() == net::URLRequestStatus::SUCCESS &&
|
| source->GetResponseCode() == 200 && data.find("ok") == 0);
|
| - MessageLoop::current()->Quit();
|
| + base::MessageLoop::current()->Quit();
|
| }
|
|
|
| bool running() const { return running_; }
|
|
|