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

Unified Diff: chrome/test/live_sync/multiple_client_preferences_sync_test.cc

Issue 7649006: more changes (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fix another typo Created 9 years, 4 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: chrome/test/live_sync/multiple_client_preferences_sync_test.cc
diff --git a/chrome/test/live_sync/multiple_client_preferences_sync_test.cc b/chrome/test/live_sync/multiple_client_preferences_sync_test.cc
index d0534ddb9be8edc7c61019f0c5b53e678e39276e..7e3396ed13088e2e4406db173efeb2c4639b7438 100644
--- a/chrome/test/live_sync/multiple_client_preferences_sync_test.cc
+++ b/chrome/test/live_sync/multiple_client_preferences_sync_test.cc
@@ -26,7 +26,7 @@ IN_PROC_BROWSER_TEST_F(MultipleClientPreferencesSyncTest, Sanity) {
for (int i = 0; i < num_clients(); ++i) {
ListValue urls;
- urls.Append(Value::CreateStringValue(
+ urls.Append(base::StringValue::New(
base::StringPrintf("http://www.google.com/%d", i)));
ChangeListPref(i, prefs::kURLsToRestoreOnStartup, urls);
}
« no previous file with comments | « chrome/test/automation/javascript_message_utils.h ('k') | chrome/test/live_sync/two_client_preferences_sync_test.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698