| Index: chrome/browser/extensions/api/history/history_api.h
|
| diff --git a/chrome/browser/extensions/api/history/history_api.h b/chrome/browser/extensions/api/history/history_api.h
|
| index cd1e9427a0281f8a1e1f5ad24c39a6169c23da82..32040b5645ccb0878cba3695d21d5bf06fc4032a 100644
|
| --- a/chrome/browser/extensions/api/history/history_api.h
|
| +++ b/chrome/browser/extensions/api/history/history_api.h
|
| @@ -135,9 +135,10 @@
|
| virtual bool RunAsyncImpl() OVERRIDE;
|
|
|
| // Callback for the history function to provide results.
|
| - void QueryComplete(bool success,
|
| - const history::URLRow& url_row,
|
| - const history::VisitVector& visits);
|
| + void QueryComplete(HistoryService::Handle request_service,
|
| + bool success,
|
| + const history::URLRow* url_row,
|
| + history::VisitVector* visits);
|
| };
|
|
|
| class HistorySearchFunction : public HistoryFunctionWithCallback {
|
|
|