| Index: chrome/browser/ui/search_engines/keyword_editor_controller_unittest.cc
|
| ===================================================================
|
| --- chrome/browser/ui/search_engines/keyword_editor_controller_unittest.cc (revision 132909)
|
| +++ chrome/browser/ui/search_engines/keyword_editor_controller_unittest.cc (working copy)
|
| @@ -243,7 +243,7 @@
|
| TemplateURLData data;
|
| data.short_name = ASCIIToUTF16("b");
|
| data.SetKeyword(ASCIIToUTF16("a"));
|
| - TemplateURL* turl = new TemplateURL(data);
|
| + TemplateURL* turl = new TemplateURL(profile_.get(), data);
|
| model_->Add(turl);
|
|
|
| // Table model should have updated.
|
|
|