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

Unified Diff: chrome/test/live_sync/two_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/two_client_preferences_sync_test.cc
diff --git a/chrome/test/live_sync/two_client_preferences_sync_test.cc b/chrome/test/live_sync/two_client_preferences_sync_test.cc
index 7251ec71be6aa210518d2fa4097223b579b919e1..519fb0663fc38452e432a1fea12599cdc0aa5da7 100644
--- a/chrome/test/live_sync/two_client_preferences_sync_test.cc
+++ b/chrome/test/live_sync/two_client_preferences_sync_test.cc
@@ -247,8 +247,8 @@ IN_PROC_BROWSER_TEST_F(TwoClientPreferencesSyncTest,
ASSERT_TRUE(IntegerPrefMatches(prefs::kRestoreOnStartup));
ListValue urls;
- urls.Append(Value::CreateStringValue("http://www.google.com/"));
- urls.Append(Value::CreateStringValue("http://www.flickr.com/"));
+ urls.Append(base::StringValue::New("http://www.google.com/"));
+ urls.Append(base::StringValue::New("http://www.flickr.com/"));
ChangeIntegerPref(0, prefs::kRestoreOnStartup, 4);
ChangeListPref(0, prefs::kURLsToRestoreOnStartup, urls);
ASSERT_TRUE(GetClient(0)->AwaitMutualSyncCycleCompletion(GetClient(1)));
« no previous file with comments | « chrome/test/live_sync/multiple_client_preferences_sync_test.cc ('k') | chrome/test/webdriver/commands/alert_commands.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698