| Index: content/browser/service_worker/service_worker_test_utils.h
|
| diff --git a/content/browser/service_worker/service_worker_test_utils.h b/content/browser/service_worker/service_worker_test_utils.h
|
| index dc7217c4e9167e7ae570a67d54f9b305067b2f52..2c9a08681db536de76f22171a7c6ca1760d60cee 100644
|
| --- a/content/browser/service_worker/service_worker_test_utils.h
|
| +++ b/content/browser/service_worker/service_worker_test_utils.h
|
| @@ -11,7 +11,7 @@
|
| #include "base/callback.h"
|
| #include "base/command_line.h"
|
| #include "base/memory/weak_ptr.h"
|
| -#include "content/common/service_worker/service_worker_provider.mojom.h"
|
| +#include "content/common/service_worker/service_worker_provider_interfaces.mojom.h"
|
| #include "content/public/browser/browser_thread.h"
|
| #include "content/public/common/content_switches.h"
|
| #include "testing/gtest/include/gtest/gtest.h"
|
| @@ -21,7 +21,6 @@ namespace content {
|
| class ServiceWorkerContextCore;
|
| class ServiceWorkerDispatcherHost;
|
| class ServiceWorkerProviderHost;
|
| -class ServiceWorkerVersion;
|
| struct ServiceWorkerProviderHostInfo;
|
|
|
| template <typename Arg>
|
| @@ -59,8 +58,6 @@ class ServiceWorkerRemoteProviderEndpoint {
|
| ~ServiceWorkerRemoteProviderEndpoint();
|
|
|
| void BindWithProviderHostInfo(ServiceWorkerProviderHostInfo* info);
|
| - void BindWithProviderInfo(
|
| - mojom::ServiceWorkerProviderInfoForStartWorkerPtr info);
|
|
|
| mojom::ServiceWorkerProviderHostAssociatedPtr* host_ptr() {
|
| return &host_ptr_;
|
| @@ -91,8 +88,8 @@ std::unique_ptr<ServiceWorkerProviderHost> CreateProviderHostForWindow(
|
| std::unique_ptr<ServiceWorkerProviderHost>
|
| CreateProviderHostForServiceWorkerContext(
|
| int process_id,
|
| + int provider_id,
|
| bool is_parent_frame_secure,
|
| - ServiceWorkerVersion* hosted_version,
|
| base::WeakPtr<ServiceWorkerContextCore> context,
|
| ServiceWorkerRemoteProviderEndpoint* output_endpoint);
|
|
|
|
|