// Copyright 2018 The Chromium Authors // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #include "third_party/blink/public/common/service_worker/service_worker_type_converters.h" #include "base/notreached.h" namespace mojo { blink::ServiceWorkerStatusCode TypeConverter<blink::ServiceWorkerStatusCode, blink::mojom::ServiceWorkerEventStatus>:: Convert(blink::mojom::ServiceWorkerEventStatus status) { … } blink::ServiceWorkerStatusCode TypeConverter<blink::ServiceWorkerStatusCode, blink::mojom::ServiceWorkerStartStatus>:: Convert(blink::mojom::ServiceWorkerStartStatus status) { … } } // namespace mojo