summaryrefslogtreecommitdiffstats
path: root/sync/test/accounts_client/test_accounts_client.cc
diff options
context:
space:
mode:
Diffstat (limited to 'sync/test/accounts_client/test_accounts_client.cc')
-rw-r--r--sync/test/accounts_client/test_accounts_client.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/sync/test/accounts_client/test_accounts_client.cc b/sync/test/accounts_client/test_accounts_client.cc
index 82e7af2..8257691 100644
--- a/sync/test/accounts_client/test_accounts_client.cc
+++ b/sync/test/accounts_client/test_accounts_client.cc
@@ -135,7 +135,7 @@ GURL TestAccountsClient::CreateGURLWithPath(const string& path) {
bool TestAccountsClient::SendRequest(const GURL& url, string* response) {
- MessageLoop* loop = MessageLoop::current();
+ base::MessageLoop* loop = base::MessageLoop::current();
scoped_refptr<URLRequestContextGetter> context_getter(
new URLRequestContextGetter(loop->message_loop_proxy()));
@@ -148,7 +148,7 @@ bool TestAccountsClient::SendRequest(const GURL& url, string* response) {
fetcher->SetUploadData("application/json", "");
fetcher->Start();
- MessageLoop::current()->PostDelayedTask(FROM_HERE,
+ base::MessageLoop::current()->PostDelayedTask(FROM_HERE,
run_loop.QuitClosure(),
kRequestTimeout);
run_loop.Run();