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 9c675fb2f36eed61e396e5b6aa48c973509c4b75..ce531c9d487e16686b491ced35ba72162380ad5b 100644 |
--- a/chrome/browser/autocomplete/history_url_provider.h |
+++ b/chrome/browser/autocomplete/history_url_provider.h |
@@ -212,9 +212,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); |