| Index: content/common/service_worker/service_worker_types.typemap
|
| diff --git a/content/common/service_worker/service_worker_types.typemap b/content/common/service_worker/service_worker_types.typemap
|
| index 4ec79bbcfba564542555395c37881f57fb6cdee1..c4d47817ae80c22e0e01f66b9336707bbed84f7d 100644
|
| --- a/content/common/service_worker/service_worker_types.typemap
|
| +++ b/content/common/service_worker/service_worker_types.typemap
|
| @@ -5,8 +5,8 @@
|
| mojom = "//content/common/service_worker/service_worker_types.mojom"
|
| public_headers = [ "//content/common/service_worker/service_worker_types.h" ]
|
| traits_headers =
|
| - [ "//content/common/service_worker/service_worker_types_traits.h" ]
|
| + [ "//content/common/service_worker/service_worker_types_struct_traits.h" ]
|
| sources = [
|
| - "//content/common/service_worker/service_worker_types_traits.cc",
|
| + "//content/common/service_worker/service_worker_types_struct_traits.cc",
|
| ]
|
| type_mappings = [ "content.mojom.ServiceWorkerProviderType=::content::ServiceWorkerProviderType" ]
|
|
|