| Index: chrome/browser/instant/instant_controller.cc
|
| diff --git a/chrome/browser/instant/instant_controller.cc b/chrome/browser/instant/instant_controller.cc
|
| index 1eeaa4d43b6ca5c6ae45cf279295ab1c8708b57c..69d2e7d91ffba0a64a1558ed312862de113e54d0 100644
|
| --- a/chrome/browser/instant/instant_controller.cc
|
| +++ b/chrome/browser/instant/instant_controller.cc
|
| @@ -276,7 +276,7 @@ void InstantController::HandleAutocompleteResults(
|
| for (ACMatches::const_iterator match = (*provider)->matches().begin();
|
| match != (*provider)->matches().end(); ++match) {
|
| InstantAutocompleteResult result;
|
| - result.provider = UTF8ToUTF16((*provider)->name());
|
| + result.provider = UTF8ToUTF16((*provider)->GetName());
|
| result.is_search = AutocompleteMatch::IsSearchType(match->type);
|
| result.contents = match->description;
|
| result.destination_url = match->destination_url;
|
|
|