| Index: chromeos/components/tether/ble_constants.h
|
| diff --git a/chromeos/components/tether/ble_constants.h b/chromeos/components/tether/ble_constants.h
|
| index 25f4b01c50690900d443e1ebc1c4f6dafddf9da0..fadb42b40d24185193e7d3450b872e58ff8d744d 100644
|
| --- a/chromeos/components/tether/ble_constants.h
|
| +++ b/chromeos/components/tether/ble_constants.h
|
| @@ -18,7 +18,7 @@ namespace tether {
|
| // Note that this upper limit on concurrent advertisements is imposed due to a
|
| // hardware limit of advertisements (many devices have <10 total advertisement
|
| // slots).
|
| -extern const int kMaxConcurrentAdvertisements;
|
| +extern const uint8_t kMaxConcurrentAdvertisements;
|
|
|
| // The service UUID used for BLE advertisements.
|
| extern const char kAdvertisingServiceUuid[];
|
|
|