| Index: chromeos/components/tether/ble_constants.cc
|
| diff --git a/chromeos/components/tether/ble_constants.cc b/chromeos/components/tether/ble_constants.cc
|
| index 48ca0c09342e1fd443ff22533e33ea4c766fb2cb..396334395d3afebdcda78bd4c4874483bf66f55f 100644
|
| --- a/chromeos/components/tether/ble_constants.cc
|
| +++ b/chromeos/components/tether/ble_constants.cc
|
| @@ -8,7 +8,7 @@ namespace chromeos {
|
|
|
| namespace tether {
|
|
|
| -const int kMaxConcurrentAdvertisements = 2;
|
| +const uint8_t kMaxConcurrentAdvertisements = 2;
|
| const char kAdvertisingServiceUuid[] = "0000fe50-0000-1000-8000-00805f9b34fb";
|
|
|
| } // namespace tether
|
|
|