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

Unified Diff: webkit/child/worker_task_runner_unittest.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.cc ('k') | webkit/glue/webkit_glue.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webkit/child/worker_task_runner_unittest.cc
diff --git a/webkit/glue/worker_task_runner_unittest.cc b/webkit/child/worker_task_runner_unittest.cc
similarity index 97%
rename from webkit/glue/worker_task_runner_unittest.cc
rename to webkit/child/worker_task_runner_unittest.cc
index 0ac4f2ebdf4e2cf72b17f89a84143209fbdd37db..2241943201942ac752d0a41effb114e1f8f2d20d 100644
--- a/webkit/glue/worker_task_runner_unittest.cc
+++ b/webkit/child/worker_task_runner_unittest.cc
@@ -5,7 +5,7 @@
#include "base/logging.h"
#include "testing/gmock/include/gmock/gmock.h"
#include "testing/gtest/include/gtest/gtest.h"
-#include "webkit/glue/worker_task_runner.h"
+#include "webkit/child/worker_task_runner.h"
namespace webkit_glue {
« no previous file with comments | « webkit/child/worker_task_runner.cc ('k') | webkit/glue/webkit_glue.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698