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 c9ec82a47f609143544faecbb75568f7d7cc74b1..ce7cb677ae3ba048dda84d71e48831c44041240a 100644 |
--- a/chromeos/dbus/fake_bluetooth_gatt_descriptor_client.h |
+++ b/chromeos/dbus/fake_bluetooth_gatt_descriptor_client.h |
@@ -82,7 +82,6 @@ class CHROMEOS_EXPORT FakeBluetoothGattDescriptorClient |
~DescriptorData(); |
scoped_ptr<Properties> properties; |
- std::vector<uint8> value; |
}; |
typedef std::map<dbus::ObjectPath, DescriptorData*> PropertiesMap; |
PropertiesMap properties_; |