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))); |