| Index: components/omnibox/browser/autocomplete_match.h
|
| diff --git a/components/omnibox/browser/autocomplete_match.h b/components/omnibox/browser/autocomplete_match.h
|
| index b8659cd7bb04919e3838ed14eb2a891222374afe..2e409a79deebdd3b290db163e47184491acdd0f5 100644
|
| --- a/components/omnibox/browser/autocomplete_match.h
|
| +++ b/components/omnibox/browser/autocomplete_match.h
|
| @@ -217,10 +217,6 @@ struct AutocompleteMatch {
|
| const GURL& url,
|
| bool trim_scheme,
|
| size_t* offset_for_adjustment);
|
| - static base::string16 FormatUrlForSuggestionDisplayWithOffsets(
|
| - const GURL& url,
|
| - bool trim_scheme,
|
| - std::vector<size_t>* offsets_for_adjustment);
|
| static base::string16 FormatUrlForSuggestionDisplayWithAdjustments(
|
| const GURL& url,
|
| bool trim_scheme,
|
|
|