Index: device/bluetooth/test/test_bluetooth_adapter_observer.h |
diff --git a/device/bluetooth/test/test_bluetooth_adapter_observer.h b/device/bluetooth/test/test_bluetooth_adapter_observer.h |
index 004682acc6acd8bcfdd23be075f0aed315a113df..ebd424e1eed95786ee775fb7ac5727456cac851c 100644 |
--- a/device/bluetooth/test/test_bluetooth_adapter_observer.h |
+++ b/device/bluetooth/test/test_bluetooth_adapter_observer.h |
@@ -112,7 +112,7 @@ class TestBluetoothAdapterObserver : public BluetoothAdapter::Observer { |
int gatt_characteristic_removed_count() { |
return gatt_characteristic_removed_count_; |
} |
- int gatt_characteristic_value_changed_count() { |
+ int gatt_characteristic_value_changed_count() const { |
return gatt_characteristic_value_changed_count_; |
} |
int gatt_descriptor_added_count() { return gatt_descriptor_added_count_; } |