Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(265)

Unified Diff: webkit/child/worker_task_runner.cc

Issue 16834004: move webkit/glue/worker_task_* to webkit/child/ (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase Created 7 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « webkit/child/worker_task_runner.h ('k') | webkit/child/worker_task_runner_unittest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webkit/child/worker_task_runner.cc
diff --git a/webkit/glue/worker_task_runner.cc b/webkit/child/worker_task_runner.cc
similarity index 98%
rename from webkit/glue/worker_task_runner.cc
rename to webkit/child/worker_task_runner.cc
index 476a7fec09f98b8395ce69ab5120dd92c4d04609..0d213e66be6e44452032d29eae181677d9802de2 100644
--- a/webkit/glue/worker_task_runner.cc
+++ b/webkit/child/worker_task_runner.cc
@@ -7,7 +7,7 @@
#include "base/logging.h"
#include "base/memory/scoped_ptr.h"
#include "base/observer_list.h"
-#include "webkit/glue/worker_task_runner.h"
+#include "webkit/child/worker_task_runner.h"
using WebKit::WebWorkerRunLoop;
« no previous file with comments | « webkit/child/worker_task_runner.h ('k') | webkit/child/worker_task_runner_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698