| Index: chrome/browser/autocomplete/history_url_provider.h
|
| diff --git a/chrome/browser/autocomplete/history_url_provider.h b/chrome/browser/autocomplete/history_url_provider.h
|
| index 14845889fbd83440730166332805c3d7e3804ebc..cd5f44ef5ad6c1eac501201b97ff441f25f812c1 100644
|
| --- a/chrome/browser/autocomplete/history_url_provider.h
|
| +++ b/chrome/browser/autocomplete/history_url_provider.h
|
| @@ -211,9 +211,9 @@ class HistoryURLProvider : public HistoryProvider {
|
| // system. The history database MAY BE NULL in which case it is not
|
| // available and we should return no data. Also schedules returning the
|
| // results to the main thread
|
| - void ExecuteWithDB(history::HistoryBackend* backend,
|
| - history::URLDatabase* db,
|
| - HistoryURLProviderParams* params);
|
| + void ExecuteWithDB(HistoryURLProviderParams* params,
|
| + history::HistoryBackend* backend,
|
| + history::URLDatabase* db);
|
|
|
| private:
|
| FRIEND_TEST_ALL_PREFIXES(HistoryURLProviderTest, HUPScoringExperiment);
|
|
|