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

Unified Diff: content/child/service_worker/service_worker_dispatcher.h

Issue 63253002: Rename WebKit namespace to blink (part 3) (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 | « content/child/runtime_features.cc ('k') | content/child/service_worker/service_worker_dispatcher.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/child/service_worker/service_worker_dispatcher.h
diff --git a/content/child/service_worker/service_worker_dispatcher.h b/content/child/service_worker/service_worker_dispatcher.h
index 82a9f8b14d9213b0a56d2cc6677d46baef7985b4..a6db72b3d65b9ae8632b6ec864de694acc28a529 100644
--- a/content/child/service_worker/service_worker_dispatcher.h
+++ b/content/child/service_worker/service_worker_dispatcher.h
@@ -13,7 +13,7 @@
class GURL;
-namespace WebKit {
+namespace blink {
class WebURL;
}
@@ -41,11 +41,11 @@ class ServiceWorkerDispatcher : public webkit_glue::WorkerTaskRunner::Observer {
void RegisterServiceWorker(
const GURL& pattern,
const GURL& script_url,
- WebKit::WebServiceWorkerProvider::WebServiceWorkerCallbacks* callbacks);
+ blink::WebServiceWorkerProvider::WebServiceWorkerCallbacks* callbacks);
// Corresponds to navigator.unregisterServiceWorker()
void UnregisterServiceWorker(
const GURL& pattern,
- WebKit::WebServiceWorkerProvider::WebServiceWorkerCallbacks* callbacks);
+ blink::WebServiceWorkerProvider::WebServiceWorkerCallbacks* callbacks);
// |thread_safe_sender| needs to be passed in because if the call leads to
// construction it will be needed.
@@ -63,7 +63,7 @@ class ServiceWorkerDispatcher : public webkit_glue::WorkerTaskRunner::Observer {
// The asynchronous success response to UregisterServiceWorker.
void OnServiceWorkerUnregistered(int32 thread_id, int32 request_id);
- IDMap<WebKit::WebServiceWorkerProvider::WebServiceWorkerCallbacks,
+ IDMap<blink::WebServiceWorkerProvider::WebServiceWorkerCallbacks,
IDMapOwnPointer> pending_callbacks_;
scoped_refptr<ThreadSafeSender> thread_safe_sender_;
« no previous file with comments | « content/child/runtime_features.cc ('k') | content/child/service_worker/service_worker_dispatcher.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698