Index: chromeos/dbus/fake_bluetooth_gatt_descriptor_client.h |
diff --git a/chromeos/dbus/fake_bluetooth_gatt_descriptor_client.h b/chromeos/dbus/fake_bluetooth_gatt_descriptor_client.h |
index 0fee9ae67ab83529823a8698b9ea412baa9623e7..d441e78b603c64e90e2feaf92a8d6fc31ffd010b 100644 |
--- a/chromeos/dbus/fake_bluetooth_gatt_descriptor_client.h |
+++ b/chromeos/dbus/fake_bluetooth_gatt_descriptor_client.h |
@@ -83,7 +83,6 @@ class CHROMEOS_EXPORT FakeBluetoothGattDescriptorClient |
~DescriptorData(); |
scoped_ptr<Properties> properties; |
- std::vector<uint8> value; |
}; |
typedef std::map<dbus::ObjectPath, DescriptorData*> PropertiesMap; |
PropertiesMap properties_; |