Index: chrome/browser/search_engines/search_provider_install_data_unittest.cc |
=================================================================== |
--- chrome/browser/search_engines/search_provider_install_data_unittest.cc (revision 132909) |
+++ chrome/browser/search_engines/search_provider_install_data_unittest.cc (working copy) |
@@ -236,7 +236,7 @@ |
data.short_name = keyword; |
data.SetKeyword(keyword); |
data.SetURL(url); |
- TemplateURL* t_url = new TemplateURL(data); |
+ TemplateURL* t_url = new TemplateURL(util_.profile(), data); |
util_.model()->Add(t_url); |
return t_url; |
} |