| Index: chrome/browser/media_galleries/win/mtp_device_delegate_impl_win.cc
|
| diff --git a/chrome/browser/media_galleries/win/mtp_device_delegate_impl_win.cc b/chrome/browser/media_galleries/win/mtp_device_delegate_impl_win.cc
|
| index a89dc8ad82641c024ac143d293666934503d823f..a7c9a3f56002dbdcd78ff8dfa3bba0fbf40cb7cd 100644
|
| --- a/chrome/browser/media_galleries/win/mtp_device_delegate_impl_win.cc
|
| +++ b/chrome/browser/media_galleries/win/mtp_device_delegate_impl_win.cc
|
| @@ -14,10 +14,10 @@
|
| #include "base/files/file_path.h"
|
| #include "base/logging.h"
|
| #include "base/memory/ref_counted.h"
|
| -#include "base/sequenced_task_runner.h"
|
| #include "base/stl_util.h"
|
| #include "base/string_util.h"
|
| #include "base/strings/string_split.h"
|
| +#include "base/task/sequenced_task_runner.h"
|
| #include "base/task_runner_util.h"
|
| #include "base/threading/sequenced_worker_pool.h"
|
| #include "base/threading/thread_restrictions.h"
|
|
|