[ServiceWorker] Rename ServiceWorkerRegistrationHandle to ServiceWorkerRegistrationObjectHost
content::ServiceWorkerRegistrationHandle is implementation of interface
blink::mojom::ServiceWorkerRegistrationObjectHost, so it's more proper
to rename it to content::ServiceWorkerRegistrationObjectHost.
A follow-up CL will change to manage instances of
content::ServiceWorkerRegistrationObjectHost per
ServiceWorkerProviderHost rather than per ServiceWorkerDispatcherHost
(per renderer process).
BUG=758151
Change-Id: If5f7af3a6f275c267f314c93a80a28848f5ba285
Reviewed-on: https://chromium-review.googlesource.com/768603
Reviewed-by: Kinuko Yasuda <[email protected]>
Reviewed-by: Matt Falkenhagen <[email protected]>
Reviewed-by: Makoto Shimazu <[email protected]>
Commit-Queue: Han Leon <[email protected]>
Cr-Commit-Position: refs/heads/master@{#516673}
diff --git a/content/browser/BUILD.gn b/content/browser/BUILD.gn
index 1521bb2..d89f397a 100644
--- a/content/browser/BUILD.gn
+++ b/content/browser/BUILD.gn
@@ -1515,8 +1515,8 @@
"service_worker/service_worker_register_job_base.h",
"service_worker/service_worker_registration.cc",
"service_worker/service_worker_registration.h",
- "service_worker/service_worker_registration_handle.cc",
- "service_worker/service_worker_registration_handle.h",
+ "service_worker/service_worker_registration_object_host.cc",
+ "service_worker/service_worker_registration_object_host.h",
"service_worker/service_worker_registration_status.cc",
"service_worker/service_worker_registration_status.h",
"service_worker/service_worker_request_handler.cc",