| Index: chrome/browser/autocomplete/history_provider.h
|
| diff --git a/chrome/browser/autocomplete/history_provider.h b/chrome/browser/autocomplete/history_provider.h
|
| index 53e6dcc727469d836de86a476029fa5caced1c1e..63e29ea9b9d670bfcac954515b486f04f0d61e7b 100644
|
| --- a/chrome/browser/autocomplete/history_provider.h
|
| +++ b/chrome/browser/autocomplete/history_provider.h
|
| @@ -34,10 +34,9 @@ class HistoryProvider : public AutocompleteProvider {
|
|
|
| // Fill and return an ACMatchClassifications structure given the |matches|
|
| // to highlight.
|
| - static ACMatchClassifications SpansFromTermMatch(
|
| - const history::TermMatches& matches,
|
| - size_t text_length,
|
| - bool is_url);
|
| + static ACMatchClassifications SpansFromTermMatch(const TermMatches& matches,
|
| + size_t text_length,
|
| + bool is_url);
|
|
|
| Profile* profile_;
|
| };
|
|
|