| Index: webkit/fileapi/file_system_task_runners.cc
|
| diff --git a/webkit/fileapi/file_system_task_runners.cc b/webkit/fileapi/file_system_task_runners.cc
|
| index c24562a043751ff47831ba7f2419c86bae4ec613..564a4558555f479c0df59d616a864346f453c799 100644
|
| --- a/webkit/fileapi/file_system_task_runners.cc
|
| +++ b/webkit/fileapi/file_system_task_runners.cc
|
| @@ -5,8 +5,8 @@
|
| #include "webkit/fileapi/file_system_task_runners.h"
|
|
|
| #include "base/message_loop_proxy.h"
|
| -#include "base/sequenced_task_runner.h"
|
| #include "base/single_thread_task_runner.h"
|
| +#include "base/task/sequenced_task_runner.h"
|
|
|
| namespace fileapi {
|
|
|
|
|