| Index: content/child/background_sync/background_sync_type_converters.h
|
| diff --git a/content/child/background_sync/background_sync_type_converters.h b/content/child/background_sync/background_sync_type_converters.h
|
| index 4152f2bf7bdad338d79ddc77f3c7bcf1e6ec1cd3..950e629388c1b165159787e1358629ea406d3edc 100644
|
| --- a/content/child/background_sync/background_sync_type_converters.h
|
| +++ b/content/child/background_sync/background_sync_type_converters.h
|
| @@ -15,23 +15,6 @@
|
|
|
| namespace mojo {
|
|
|
| -// blink::WebSyngRegistration::Periodicity <=>
|
| -// content::BackgroundSyncPeriodicity
|
| -
|
| -template <>
|
| -struct CONTENT_EXPORT TypeConverter<blink::WebSyncRegistration::Periodicity,
|
| - content::BackgroundSyncPeriodicity> {
|
| - static blink::WebSyncRegistration::Periodicity Convert(
|
| - content::BackgroundSyncPeriodicity input);
|
| -};
|
| -
|
| -template <>
|
| -struct CONTENT_EXPORT TypeConverter<content::BackgroundSyncPeriodicity,
|
| - blink::WebSyncRegistration::Periodicity> {
|
| - static content::BackgroundSyncPeriodicity Convert(
|
| - blink::WebSyncRegistration::Periodicity input);
|
| -};
|
| -
|
| // blink::WebSyncRegistration::NetworkState <=>
|
| // content::BackgroundSyncNetworkState
|
|
|
|
|