| Index: content/child/indexed_db/webidbdatabase_impl.cc
|
| diff --git a/content/child/indexed_db/webidbdatabase_impl.cc b/content/child/indexed_db/webidbdatabase_impl.cc
|
| index 1c9c8ca66a71666c6185f7882c70646d4f051614..22e2aab898e7ef984e441f2321f2c3f4b3241f82 100644
|
| --- a/content/child/indexed_db/webidbdatabase_impl.cc
|
| +++ b/content/child/indexed_db/webidbdatabase_impl.cc
|
| @@ -9,12 +9,12 @@
|
| #include "content/child/indexed_db/indexed_db_dispatcher.h"
|
| #include "content/child/indexed_db/indexed_db_key_builders.h"
|
| #include "content/child/thread_safe_sender.h"
|
| +#include "content/child/worker_task_runner.h"
|
| #include "content/common/indexed_db/indexed_db_messages.h"
|
| #include "third_party/WebKit/public/platform/WebIDBKeyPath.h"
|
| #include "third_party/WebKit/public/platform/WebIDBMetadata.h"
|
| #include "third_party/WebKit/public/platform/WebString.h"
|
| #include "third_party/WebKit/public/platform/WebVector.h"
|
| -#include "webkit/child/worker_task_runner.h"
|
|
|
| using blink::WebIDBCallbacks;
|
| using blink::WebIDBCursor;
|
| @@ -26,7 +26,6 @@ using blink::WebIDBKeyPath;
|
| using blink::WebIDBKeyRange;
|
| using blink::WebString;
|
| using blink::WebVector;
|
| -using webkit_glue::WorkerTaskRunner;
|
|
|
| namespace content {
|
|
|
|
|