| Index: content/common/service_worker/service_worker_type_converters.h
|
| diff --git a/content/common/service_worker/service_worker_type_converters.h b/content/common/service_worker/service_worker_type_converters.h
|
| index 4c43fdaf8c0a764feeccc2a197a63a22be52f3fd..78c46e5ad4607f55cdbdc2b92c00f7c60b6e93e3 100644
|
| --- a/content/common/service_worker/service_worker_type_converters.h
|
| +++ b/content/common/service_worker/service_worker_type_converters.h
|
| @@ -6,15 +6,15 @@
|
| #define CONTENT_COMMON_SERVICE_WORKER_SERVICE_WORKER_TYPE_CONVERTERS_H_
|
|
|
| #include "content/common/service_worker/service_worker_status_code.h"
|
| -#include "content/public/common/service_worker_event_status.mojom.h"
|
| +#include "third_party/WebKit/public/platform/modules/serviceworker/service_worker_event_status.mojom.h"
|
|
|
| namespace mojo {
|
|
|
| template <>
|
| struct CONTENT_EXPORT TypeConverter<content::ServiceWorkerStatusCode,
|
| - content::mojom::ServiceWorkerEventStatus> {
|
| + blink::mojom::ServiceWorkerEventStatus> {
|
| static content::ServiceWorkerStatusCode Convert(
|
| - content::mojom::ServiceWorkerEventStatus status);
|
| + blink::mojom::ServiceWorkerEventStatus status);
|
| };
|
|
|
| } // namespace
|
|
|