| Index: device/bluetooth/bluetooth_gatt_service.h
 | 
| diff --git a/device/bluetooth/bluetooth_gatt_service.h b/device/bluetooth/bluetooth_gatt_service.h
 | 
| index 7e78b2bdd0aa761d4df2d14b03a6a4d302d922b8..01176a6bb92090b3978463337d7c2271dd2fc0b5 100644
 | 
| --- a/device/bluetooth/bluetooth_gatt_service.h
 | 
| +++ b/device/bluetooth/bluetooth_gatt_service.h
 | 
| @@ -22,6 +22,7 @@ class DEVICE_BLUETOOTH_EXPORT BluetoothGattService {
 | 
|   public:
 | 
|    // Interacting with Characteristics and Descriptors can produce
 | 
|    // this set of errors.
 | 
| +  // TODO(rkc): Update this list.
 | 
|    enum GattErrorCode {
 | 
|      GATT_ERROR_UNKNOWN = 0,
 | 
|      GATT_ERROR_FAILED,
 | 
| 
 |