| Index: chrome/browser/ui/search/instant_controller.cc
|
| diff --git a/chrome/browser/ui/search/instant_controller.cc b/chrome/browser/ui/search/instant_controller.cc
|
| index 106f474c4b88de454c189c22600685729be53317..cbe3772065c762540f15859157a566e95b9f5c4e 100644
|
| --- a/chrome/browser/ui/search/instant_controller.cc
|
| +++ b/chrome/browser/ui/search/instant_controller.cc
|
| @@ -1820,7 +1820,7 @@ void InstantController::PopulateInstantAutocompleteResultFromMatch(
|
| InstantAutocompleteResult* result) {
|
| DCHECK(result);
|
| result->provider = UTF8ToUTF16(match.provider->GetName());
|
| - result->type = UTF8ToUTF16(AutocompleteMatchType::ToString(match.type));
|
| + result->type = match.type;
|
| result->description = match.description;
|
| result->destination_url = UTF8ToUTF16(match.destination_url.spec());
|
|
|
|
|