| Index: device/bluetooth/test/bluetooth_test.cc
|
| diff --git a/device/bluetooth/test/bluetooth_test.cc b/device/bluetooth/test/bluetooth_test.cc
|
| index e7c55144726e401cf629b1b2226380e2688bbf2e..6f66b7341651a0a5188f103311a1d170a3013755 100644
|
| --- a/device/bluetooth/test/bluetooth_test.cc
|
| +++ b/device/bluetooth/test/bluetooth_test.cc
|
| @@ -11,6 +11,9 @@
|
|
|
| namespace device {
|
|
|
| +const std::string BluetoothTestBase::kTestAdapterName = "FakeBluetoothAdapter";
|
| +const std::string BluetoothTestBase::kTestAdapterAddress = "A1:B2:C3:D4:E5:F6";
|
| +
|
| BluetoothTestBase::BluetoothTestBase() {
|
| }
|
|
|
|
|