| Index: storage/common/database/database_connections.cc
|
| diff --git a/storage/common/database/database_connections.cc b/storage/common/database/database_connections.cc
|
| index aa82d1e5a4fb31ea8b5c919a72fafe8774bbd8b7..f6931d3942b71d599b2780bf07f513f2afd85b0c 100644
|
| --- a/storage/common/database/database_connections.cc
|
| +++ b/storage/common/database/database_connections.cc
|
| @@ -11,7 +11,7 @@
|
| #include "base/logging.h"
|
| #include "base/message_loop/message_loop.h"
|
| #include "base/synchronization/waitable_event.h"
|
| -#include "base/thread_task_runner_handle.h"
|
| +#include "base/threading/thread_task_runner_handle.h"
|
|
|
| namespace storage {
|
|
|
|
|