Index: chrome/browser/sync/test/integration/two_client_search_engines_sync_test.cc |
=================================================================== |
--- chrome/browser/sync/test/integration/two_client_search_engines_sync_test.cc (revision 130285) |
+++ chrome/browser/sync/test/integration/two_client_search_engines_sync_test.cc (working copy) |
@@ -153,10 +153,8 @@ |
const TemplateURL* turl = GetServiceForProfile(1)->GetTemplateURLForKeyword( |
ASCIIToUTF16("test1")); |
EXPECT_TRUE(turl); |
- GetServiceForProfile(1)->ResetTemplateURL(turl, |
- turl->short_name(), |
- ASCIIToUTF16("test0"), |
- turl->url()->url()); |
+ GetServiceForProfile(1)->ResetTemplateURL(turl, turl->short_name(), |
+ ASCIIToUTF16("test0"), turl->url()); |
ASSERT_TRUE(AwaitQuiescence()); |
ASSERT_TRUE(AllServicesMatch()); |