summaryrefslogtreecommitdiff
path: root/chromium/components/arc/bluetooth/bluetooth_type_converters.h
diff options
context:
space:
mode:
Diffstat (limited to 'chromium/components/arc/bluetooth/bluetooth_type_converters.h')
-rw-r--r--chromium/components/arc/bluetooth/bluetooth_type_converters.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/chromium/components/arc/bluetooth/bluetooth_type_converters.h b/chromium/components/arc/bluetooth/bluetooth_type_converters.h
index 295e3c8ea95..67a43e7436e 100644
--- a/chromium/components/arc/bluetooth/bluetooth_type_converters.h
+++ b/chromium/components/arc/bluetooth/bluetooth_type_converters.h
@@ -41,13 +41,6 @@ struct TypeConverter<std::string, arc::mojom::BluetoothAddress> {
};
template <>
-struct TypeConverter<arc::mojom::BluetoothGattStatus,
- device::BluetoothGattService::GattErrorCode> {
- static arc::mojom::BluetoothGattStatus Convert(
- const device::BluetoothGattService::GattErrorCode& error_code);
-};
-
-template <>
struct TypeConverter<arc::mojom::BluetoothSdpAttributePtr,
bluez::BluetoothServiceAttributeValueBlueZ> {
static arc::mojom::BluetoothSdpAttributePtr Convert(