| Index: chrome/browser/ui/webui/ntp/app_launcher_handler.h
|
| diff --git a/chrome/browser/ui/webui/ntp/app_launcher_handler.h b/chrome/browser/ui/webui/ntp/app_launcher_handler.h
|
| index e0903e339e6c72ef6de82108a1ebc0f36712ca76..4552d393f59db7f3eaa10a6f534595f1738df10a 100644
|
| --- a/chrome/browser/ui/webui/ntp/app_launcher_handler.h
|
| +++ b/chrome/browser/ui/webui/ntp/app_launcher_handler.h
|
| @@ -11,10 +11,10 @@
|
| #include "apps/metrics_names.h"
|
| #include "base/memory/scoped_ptr.h"
|
| #include "base/prefs/pref_change_registrar.h"
|
| +#include "base/task/cancelable_task_tracker.h"
|
| #include "chrome/browser/extensions/extension_uninstall_dialog.h"
|
| #include "chrome/browser/favicon/favicon_service.h"
|
| #include "chrome/browser/ui/extensions/extension_enable_flow_delegate.h"
|
| -#include "chrome/common/cancelable_task_tracker.h"
|
| #include "chrome/common/extensions/extension_constants.h"
|
| #include "content/public/browser/notification_observer.h"
|
| #include "content/public/browser/notification_registrar.h"
|
| @@ -189,7 +189,7 @@ class AppLauncherHandler : public content::WebUIMessageHandler,
|
| std::string highlight_app_id_;
|
|
|
| // Used for favicon loading tasks.
|
| - CancelableTaskTracker cancelable_task_tracker_;
|
| + base::CancelableTaskTracker cancelable_task_tracker_;
|
|
|
| DISALLOW_COPY_AND_ASSIGN(AppLauncherHandler);
|
| };
|
|
|