| Index: chrome/browser/android/shortcut_helper.cc
|
| diff --git a/chrome/browser/android/shortcut_helper.cc b/chrome/browser/android/shortcut_helper.cc
|
| index 05763f7e66dcf0bead267bbc34e3d2853411ef1f..872f17d8b63b2a5c1453bccd4e5971c0bf4f4f86 100644
|
| --- a/chrome/browser/android/shortcut_helper.cc
|
| +++ b/chrome/browser/android/shortcut_helper.cc
|
| @@ -11,11 +11,11 @@
|
| #include "base/basictypes.h"
|
| #include "base/location.h"
|
| #include "base/strings/string16.h"
|
| +#include "base/task/cancelable_task_tracker.h"
|
| #include "base/threading/worker_pool.h"
|
| #include "chrome/browser/android/tab_android.h"
|
| #include "chrome/browser/favicon/favicon_service.h"
|
| #include "chrome/browser/favicon/favicon_service_factory.h"
|
| -#include "chrome/common/cancelable_task_tracker.h"
|
| #include "chrome/common/render_messages.h"
|
| #include "content/public/browser/user_metrics.h"
|
| #include "content/public/browser/web_contents.h"
|
|
|