| Index: third_party/WebKit/Source/modules/background_fetch/BackgroundFetchTypeConverters.h
|
| diff --git a/third_party/WebKit/Source/modules/background_fetch/BackgroundFetchTypeConverters.h b/third_party/WebKit/Source/modules/background_fetch/BackgroundFetchTypeConverters.h
|
| index 5a5ef9de48d8e060a5d1cc12f4847bbd577050a3..e2aa9a55f0b5236f9df696747e85434d1318b298 100644
|
| --- a/third_party/WebKit/Source/modules/background_fetch/BackgroundFetchTypeConverters.h
|
| +++ b/third_party/WebKit/Source/modules/background_fetch/BackgroundFetchTypeConverters.h
|
| @@ -29,20 +29,6 @@ struct TypeConverter<blink::mojom::blink::BackgroundFetchOptionsPtr,
|
| const blink::BackgroundFetchOptions&);
|
| };
|
|
|
| -template <>
|
| -struct TypeConverter<blink::IconDefinition,
|
| - blink::mojom::blink::IconDefinitionPtr> {
|
| - static blink::IconDefinition Convert(
|
| - const blink::mojom::blink::IconDefinitionPtr&);
|
| -};
|
| -
|
| -template <>
|
| -struct TypeConverter<blink::mojom::blink::IconDefinitionPtr,
|
| - blink::IconDefinition> {
|
| - static blink::mojom::blink::IconDefinitionPtr Convert(
|
| - const blink::IconDefinition&);
|
| -};
|
| -
|
| } // namespace mojo
|
|
|
| #endif // BackgroundFetchTypeConverters_h
|
|
|