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

Unified Diff: content/child/worker_task_runner_unittest.cc

Issue 165373004: Move WorkerTaskRunner to content/child. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 10 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 | « content/child/worker_task_runner.cc ('k') | content/child/worker_thread_task_runner.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/child/worker_task_runner_unittest.cc
diff --git a/webkit/child/worker_task_runner_unittest.cc b/content/child/worker_task_runner_unittest.cc
similarity index 94%
rename from webkit/child/worker_task_runner_unittest.cc
rename to content/child/worker_task_runner_unittest.cc
index 9bfb0e3f6fcd98c2f888817c76b7cfc118f2ca37..1636f313ac13c52a0b08ada17227593216297b81 100644
--- a/webkit/child/worker_task_runner_unittest.cc
+++ b/content/child/worker_task_runner_unittest.cc
@@ -2,12 +2,13 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
+#include "content/child/worker_task_runner.h"
+
#include "base/logging.h"
#include "testing/gmock/include/gmock/gmock.h"
#include "testing/gtest/include/gtest/gtest.h"
-#include "webkit/child/worker_task_runner.h"
-namespace webkit_glue {
+namespace content {
class WorkerTaskRunnerTest : public testing::Test {
public:
@@ -53,4 +54,4 @@ TEST_F(WorkerTaskRunnerTest, CanRemoveSelfDuringNotification) {
FakeStop();
}
-}
+} // namespace content
« no previous file with comments | « content/child/worker_task_runner.cc ('k') | content/child/worker_thread_task_runner.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698