| 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
|
|
|