| Index: sync/test/accounts_client/test_accounts_client.h
|
| diff --git a/sync/test/accounts_client/test_accounts_client.h b/sync/test/accounts_client/test_accounts_client.h
|
| index cade73459261c3817e3f7f9d3bd974e4f8424a8f..5c98642e993f1a1d35e1d9078f69d470f1263b50 100644
|
| --- a/sync/test/accounts_client/test_accounts_client.h
|
| +++ b/sync/test/accounts_client/test_accounts_client.h
|
| @@ -54,7 +54,7 @@ class TestAccountsClient {
|
|
|
| private:
|
| GURL CreateGURLWithPath(const string& path);
|
| - MessageLoopForIO io_loop_;
|
| + base::MessageLoopForIO io_loop_;
|
| const string server_;
|
| const string account_space_;
|
| vector<string> usernames_;
|
|
|