| Index: chrome/browser/ui/search_engines/keyword_editor_controller_unittest.cc
|
| diff --git a/chrome/browser/ui/search_engines/keyword_editor_controller_unittest.cc b/chrome/browser/ui/search_engines/keyword_editor_controller_unittest.cc
|
| index 93fbef825d3f1146ad0e4190d822d998fde95881..15986cdc6dee0c045d71d47871e384991118f025 100644
|
| --- a/chrome/browser/ui/search_engines/keyword_editor_controller_unittest.cc
|
| +++ b/chrome/browser/ui/search_engines/keyword_editor_controller_unittest.cc
|
| @@ -249,7 +249,7 @@ TEST_F(KeywordEditorControllerTest, MutateTemplateURLService) {
|
| TemplateURLData data;
|
| data.short_name = ASCIIToUTF16("b");
|
| data.SetKeyword(ASCIIToUTF16("a"));
|
| - TemplateURL* turl = new TemplateURL(util()->profile(), data);
|
| + TemplateURL* turl = new TemplateURL(data);
|
| util()->model()->Add(turl);
|
|
|
| // Table model should have updated.
|
|
|