| 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 2638f9a586adfb4ba862ea487375d9eef3670f62..bf7acc24bb4b5ed6e92537cc203527961bfc7079 100644
|
| --- a/chrome/browser/extensions/api/history/history_api.h
|
| +++ b/chrome/browser/extensions/api/history/history_api.h
|
| @@ -9,11 +9,11 @@
|
| #include <vector>
|
|
|
| #include "base/compiler_specific.h"
|
| +#include "base/task/cancelable_task_tracker.h"
|
| #include "chrome/browser/extensions/api/profile_keyed_api_factory.h"
|
| #include "chrome/browser/extensions/chrome_extension_function.h"
|
| #include "chrome/browser/history/history_notifications.h"
|
| #include "chrome/browser/history/history_service.h"
|
| -#include "chrome/common/cancelable_task_tracker.h"
|
| #include "chrome/common/extensions/api/history.h"
|
| #include "content/public/browser/notification_registrar.h"
|
| #include "extensions/browser/event_router.h"
|
| @@ -118,7 +118,7 @@ class HistoryFunctionWithCallback : public HistoryFunction {
|
|
|
| // The consumer for the HistoryService callbacks.
|
| CancelableRequestConsumer cancelable_consumer_;
|
| - CancelableTaskTracker task_tracker_;
|
| + base::CancelableTaskTracker task_tracker_;
|
|
|
| private:
|
| // The actual call to SendResponse. This is required since the semantics for
|
|
|