Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(294)

Unified Diff: sync/test/accounts_client/test_accounts_client.h

Issue 16092013: Use base::MessageLoop in more files. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase again, sigh Created 7 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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_;
« no previous file with comments | « sync/internal_api/public/engine/model_safe_worker.h ('k') | sync/test/accounts_client/test_accounts_client.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698