| Index: chrome/browser/history/history_service.h
|
| diff --git a/chrome/browser/history/history_service.h b/chrome/browser/history/history_service.h
|
| index f6d73b1b3cdb77ae0967983be8db3f9f0f78981d..216c4517f96cdb7513f5a7d0031fdfe51d6916fb 100644
|
| --- a/chrome/browser/history/history_service.h
|
| +++ b/chrome/browser/history/history_service.h
|
| @@ -42,11 +42,9 @@ class AndroidHistoryProviderService;
|
| #endif
|
|
|
| class GURL;
|
| -class HistoryURLProvider;
|
| class PageUsageData;
|
| class PageUsageRequest;
|
| class Profile;
|
| -struct HistoryURLProviderParams;
|
| struct ImportedFaviconUsage;
|
|
|
| namespace base {
|
| @@ -561,8 +559,8 @@ class HistoryService : public CancelableRequestProvider,
|
| // Called by the HistoryURLProvider class to schedule an autocomplete, it
|
| // will be called back on the internal history thread with the history
|
| // database so it can query. See history_autocomplete.cc for a diagram.
|
| - void ScheduleAutocomplete(HistoryURLProvider* provider,
|
| - HistoryURLProviderParams* params);
|
| + void ScheduleAutocomplete(const base::Callback<
|
| + void(history::HistoryBackend*, history::URLDatabase*)>& callback);
|
|
|
| // Broadcasts the given notification. This is called by the backend so that
|
| // the notification will be broadcast on the main thread.
|
|
|