| Index: device/bluetooth/test/bluetooth_test.cc
 | 
| diff --git a/device/bluetooth/test/bluetooth_test.cc b/device/bluetooth/test/bluetooth_test.cc
 | 
| index 408dc82851b37ffa6896e5638a8d65c895356f25..f0a2fb0304b29acb07098b6393231314f220437d 100644
 | 
| --- a/device/bluetooth/test/bluetooth_test.cc
 | 
| +++ b/device/bluetooth/test/bluetooth_test.cc
 | 
| @@ -29,6 +29,7 @@ const std::string BluetoothTestBase::kTestUUIDGenericAccess = "1800";
 | 
|  const std::string BluetoothTestBase::kTestUUIDGenericAttribute = "1801";
 | 
|  const std::string BluetoothTestBase::kTestUUIDImmediateAlert = "1802";
 | 
|  const std::string BluetoothTestBase::kTestUUIDLinkLoss = "1803";
 | 
| +const std::string BluetoothTestBase::kTestUUIDHeartRate = "180d";
 | 
|  
 | 
|  BluetoothTestBase::BluetoothTestBase() : weak_factory_(this) {}
 | 
|  
 | 
| 
 |