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

Unified Diff: sync/test/accounts_client/test_accounts_client_unittest.cc

Issue 17034006: Add base namespace to more values in sync and elsewhere. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 6 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
« no previous file with comments | « sync/syncable/syncable_unittest.cc ('k') | tools/json_schema_compiler/util.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sync/test/accounts_client/test_accounts_client_unittest.cc
diff --git a/sync/test/accounts_client/test_accounts_client_unittest.cc b/sync/test/accounts_client/test_accounts_client_unittest.cc
index ff405f6bcb3ff9dea875aa7e830191870b1f1fbf..c478cd435282dba28d095bd766a08bb63553008a 100644
--- a/sync/test/accounts_client/test_accounts_client_unittest.cc
+++ b/sync/test/accounts_client/test_accounts_client_unittest.cc
@@ -61,7 +61,7 @@ TEST(TestAccountsClientTest, ClaimAccountSuccess) {
usernames.push_back("foo2@gmail.com");
NoNetworkTestAccountsClient client(kServer, kAccountSpace, usernames);
- DictionaryValue success_dict;
+ base::DictionaryValue success_dict;
success_dict.Set("username", new StringValue(kUsername));
success_dict.Set("account_space", new StringValue(kAccountSpace));
success_dict.Set("session_id", new StringValue(kSessionId));
« no previous file with comments | « sync/syncable/syncable_unittest.cc ('k') | tools/json_schema_compiler/util.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698