| Index: chrome/browser/icon_loader.cc
|
| diff --git a/chrome/browser/icon_loader.cc b/chrome/browser/icon_loader.cc
|
| index 4e6654874b217d914574555fff9681b93327a077..979ee5772c15fc40f2ee2e653a7c54197b5b0aa4 100644
|
| --- a/chrome/browser/icon_loader.cc
|
| +++ b/chrome/browser/icon_loader.cc
|
| @@ -5,7 +5,7 @@
|
| #include "chrome/browser/icon_loader.h"
|
|
|
| #include "base/bind.h"
|
| -#include "base/thread_task_runner_handle.h"
|
| +#include "base/threading/thread_task_runner_handle.h"
|
| #include "content/public/browser/browser_thread.h"
|
|
|
| using content::BrowserThread;
|
|
|