| Index: chrome/browser/sync/test/integration/search_engines_helper.cc
|
| diff --git a/chrome/browser/sync/test/integration/search_engines_helper.cc b/chrome/browser/sync/test/integration/search_engines_helper.cc
|
| index 38016d35b57783f24fe8097ff159bfae2f485363..9a4fb3cc68c9b352e6168f493f2632bd4c698705 100644
|
| --- a/chrome/browser/sync/test/integration/search_engines_helper.cc
|
| +++ b/chrome/browser/sync/test/integration/search_engines_helper.cc
|
| @@ -204,7 +204,7 @@ TemplateURL* CreateTestTemplateURL(Profile* profile,
|
| data.last_modified = base::Time::FromTimeT(100);
|
| data.prepopulate_id = 999999;
|
| data.sync_guid = sync_guid;
|
| - return new TemplateURL(profile, data);
|
| + return new TemplateURL(data);
|
| }
|
|
|
| void AddSearchEngine(int profile_index, int seed) {
|
|
|