| Index: chrome/browser/autocomplete/autocomplete_provider.h
|
| diff --git a/chrome/browser/autocomplete/autocomplete_provider.h b/chrome/browser/autocomplete/autocomplete_provider.h
|
| index 4237ecb460311d97e4b3c7d7b3d38a19eed38843..2a2e04b2907ca30321d3cbfc0acf53d52f4232b1 100644
|
| --- a/chrome/browser/autocomplete/autocomplete_provider.h
|
| +++ b/chrome/browser/autocomplete/autocomplete_provider.h
|
| @@ -12,7 +12,6 @@
|
| #include "components/metrics/proto/omnibox_event.pb.h"
|
|
|
| class AutocompleteInput;
|
| -class BookmarkModel;
|
|
|
| typedef std::vector<metrics::OmniboxEventProto_ProviderInfo> ProvidersInfo;
|
|
|
| @@ -215,10 +214,6 @@ class AutocompleteProvider
|
|
|
| virtual ~AutocompleteProvider();
|
|
|
| - // Updates the starred state of each of the matches in matches_ from the
|
| - // bookmark bar model. Does nothing when |bookmark_model| is NULL.
|
| - void UpdateStarredStateOfMatches(BookmarkModel* bookmark_model);
|
| -
|
| // Fixes up user URL input to make it more possible to match against. Among
|
| // many other things, this takes care of the following:
|
| // * Prepending file:// to file URLs
|
|
|