| Index: chrome/browser/autocomplete/history_url_provider.cc
|
| ===================================================================
|
| --- chrome/browser/autocomplete/history_url_provider.cc (revision 10992)
|
| +++ chrome/browser/autocomplete/history_url_provider.cc (working copy)
|
| @@ -584,8 +584,9 @@
|
| matches->push_back(match);
|
| }
|
|
|
| -void HistoryURLProvider::RunAutocompletePasses(const AutocompleteInput& input,
|
| - bool fixup_input_and_run_pass_1) {
|
| +void HistoryURLProvider::RunAutocompletePasses(
|
| + const AutocompleteInput& input,
|
| + bool fixup_input_and_run_pass_1) {
|
| matches_.clear();
|
|
|
| if ((input.type() != AutocompleteInput::UNKNOWN) &&
|
|
|