| Index: content/shell/browser/layout_test/layout_test_bluetooth_adapter_provider.cc
|
| diff --git a/content/shell/browser/layout_test/layout_test_bluetooth_adapter_provider.cc b/content/shell/browser/layout_test/layout_test_bluetooth_adapter_provider.cc
|
| index 4fa8f0753137621b6e850a20bd1e24aae870503c..84564420ae39056061ab430244b49e3d6cd3f06e 100644
|
| --- a/content/shell/browser/layout_test/layout_test_bluetooth_adapter_provider.cc
|
| +++ b/content/shell/browser/layout_test/layout_test_bluetooth_adapter_provider.cc
|
| @@ -422,7 +422,7 @@ LayoutTestBluetoothAdapterProvider::GetDeviceNameLongerThan29BytesAdapter() {
|
| scoped_refptr<NiceMockBluetoothAdapter> adapter(GetEmptyAdapter());
|
|
|
| adapter->AddMockDevice(GetBaseDevice(adapter.get(),
|
| - "a_device_name_that_is_longer_than_29_bytes_but_shorter_than_240_bytes"));
|
| + "a_device_name_that_is_longer_than_29_bytes_but_shorter_than_248_bytes"));
|
|
|
| return adapter;
|
| }
|
|
|