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

Unified Diff: webkit/child/worker_task_runner_unittest.cc

Issue 61553006: Rename WebKit namespace to blink (part 5) (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 1 month 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/common/cursors/webcursor.h » ('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/child/worker_task_runner_unittest.cc b/webkit/child/worker_task_runner_unittest.cc
index 2241943201942ac752d0a41effb114e1f8f2d20d..9bfb0e3f6fcd98c2f888817c76b7cfc118f2ca37 100644
--- a/webkit/child/worker_task_runner_unittest.cc
+++ b/webkit/child/worker_task_runner_unittest.cc
@@ -12,10 +12,10 @@ namespace webkit_glue {
class WorkerTaskRunnerTest : public testing::Test {
public:
void FakeStart() {
- task_runner_.OnWorkerRunLoopStarted(WebKit::WebWorkerRunLoop());
+ task_runner_.OnWorkerRunLoopStarted(blink::WebWorkerRunLoop());
}
void FakeStop() {
- task_runner_.OnWorkerRunLoopStopped(WebKit::WebWorkerRunLoop());
+ task_runner_.OnWorkerRunLoopStopped(blink::WebWorkerRunLoop());
}
WorkerTaskRunner task_runner_;
};
« no previous file with comments | « webkit/child/worker_task_runner.cc ('k') | webkit/common/cursors/webcursor.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698