| 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 aa599a6b1194b2ff46e04ef4636050d0d0a17240..2b61276ca5e42375aed8461affca7c7c0547b90b 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_; }
|
|
|