Upstream version 5.34.104.0
[platform/framework/web/crosswalk.git] / src / chrome / browser / extensions / api / history / history_api.h
index 2638f9a..bf7acc2 100644 (file)
@@ -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