summaryrefslogtreecommitdiffstats
path: root/content/child/indexed_db/webidbdatabase_impl.cc
diff options
context:
space:
mode:
authortfarina@chromium.org <tfarina@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2014-02-19 06:42:14 +0000
committertfarina@chromium.org <tfarina@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2014-02-19 06:42:14 +0000
commit3dda5851a121c2d424db0a731b7314fee3fd5a3d (patch)
treedf69fe7c90dd41846de91d01d5e3f706967c0a28 /content/child/indexed_db/webidbdatabase_impl.cc
parent400aec2701f8152512dacf97e21559c24f8e6101 (diff)
downloadchromium_src-3dda5851a121c2d424db0a731b7314fee3fd5a3d.zip
chromium_src-3dda5851a121c2d424db0a731b7314fee3fd5a3d.tar.gz
chromium_src-3dda5851a121c2d424db0a731b7314fee3fd5a3d.tar.bz2
Move WorkerTaskRunner to content/child.
This moves it from webkit/child to content/child, since src/webkit is dying and it is a trivial move. WorkerTaskRunner has no dependencies besides base, and nobody in webkit/ is using it, just content. BUG=265753 TEST=content_shell and content_unittests R=jochen@chromium.org,jam@chromium.org,darin@chromium.org TBR=darin Review URL: https://codereview.chromium.org/165373004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@251975 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'content/child/indexed_db/webidbdatabase_impl.cc')
-rw-r--r--content/child/indexed_db/webidbdatabase_impl.cc3
1 files changed, 1 insertions, 2 deletions
diff --git a/content/child/indexed_db/webidbdatabase_impl.cc b/content/child/indexed_db/webidbdatabase_impl.cc
index 1c9c8ca..22e2aab 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 {