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