| Index: chrome/browser/autocomplete/autocomplete_edit_unittest.cc
|
| ===================================================================
|
| --- chrome/browser/autocomplete/autocomplete_edit_unittest.cc (revision 117356)
|
| +++ chrome/browser/autocomplete/autocomplete_edit_unittest.cc (working copy)
|
| @@ -155,9 +155,9 @@
|
| TestingOmniboxView view;
|
| TestingAutocompleteEditController controller;
|
| TestingProfile profile;
|
| + profile.CreateTemplateURLService();
|
| + profile.CreateAutocompleteClassifier();
|
| AutocompleteEditModel model(&view, &controller, &profile);
|
| - profile.CreateAutocompleteClassifier();
|
| - profile.CreateTemplateURLService();
|
|
|
| for (size_t i = 0; i < ARRAYSIZE_UNSAFE(input); ++i) {
|
| model.UpdatePermanentText(ASCIIToUTF16(input[i].perm_text));
|
|
|