| 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 083cb5b64194e2b13058a8298c3bf2249f1f79c6..0eb145523babf4d2bf98adf9d3e83372023f72ea 100644
|
| --- a/chrome/browser/sync/test/integration/search_engines_helper.cc
|
| +++ b/chrome/browser/sync/test/integration/search_engines_helper.cc
|
| @@ -195,7 +195,7 @@ TemplateURL* CreateTestTemplateURL(Profile* profile,
|
| const std::string& url,
|
| const std::string& sync_guid) {
|
| TemplateURLData data;
|
| - data.short_name = CreateKeyword(seed);
|
| + data.SetShortName(CreateKeyword(seed));
|
| data.SetKeyword(keyword);
|
| data.SetURL(url);
|
| data.favicon_url = GURL("http://favicon.url");
|
|
|