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 e6895fd2f6d1bee1d1b8c43f66cef4c78800dc12..7b380fbafb35f8d8784e197ae285662116f05a4e 100644 |
--- a/chrome/browser/extensions/api/history/history_api.h |
+++ b/chrome/browser/extensions/api/history/history_api.h |
@@ -114,8 +114,7 @@ class HistoryFunctionWithCallback : public HistoryFunction { |
// This method calls Release(). |
virtual void SendAsyncResponse(); |
- // The consumer for the HistoryService callbacks. |
- CancelableRequestConsumer cancelable_consumer_; |
+ // The task tracker for the HistoryService callbacks. |
base::CancelableTaskTracker task_tracker_; |
private: |