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

Unified Diff: webkit/child/worker_task_runner.h

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/weburlresponse_extradata_impl.h ('k') | webkit/child/worker_task_runner.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webkit/child/worker_task_runner.h
diff --git a/webkit/child/worker_task_runner.h b/webkit/child/worker_task_runner.h
index 12ce33a9c7a3eace4bcf5bb45ba133e4cf885552..f756c86755a5bb436ea9ba941b6e30ecdcf3c25f 100644
--- a/webkit/child/worker_task_runner.h
+++ b/webkit/child/worker_task_runner.h
@@ -40,11 +40,11 @@ class WEBKIT_CHILD_EXPORT WorkerTaskRunner {
friend class WebKitPlatformSupportChildImpl;
friend class WorkerTaskRunnerTest;
- typedef std::map<int, WebKit::WebWorkerRunLoop> IDToLoopMap;
+ typedef std::map<int, blink::WebWorkerRunLoop> IDToLoopMap;
~WorkerTaskRunner();
- void OnWorkerRunLoopStarted(const WebKit::WebWorkerRunLoop& loop);
- void OnWorkerRunLoopStopped(const WebKit::WebWorkerRunLoop& loop);
+ void OnWorkerRunLoopStarted(const blink::WebWorkerRunLoop& loop);
+ void OnWorkerRunLoopStopped(const blink::WebWorkerRunLoop& loop);
struct ThreadLocalState;
base::ThreadLocalPointer<ThreadLocalState> current_tls_;
« no previous file with comments | « webkit/child/weburlresponse_extradata_impl.h ('k') | webkit/child/worker_task_runner.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698