| Index: device/bluetooth/bluetooth_adapter_android.h
|
| diff --git a/device/bluetooth/bluetooth_adapter_android.h b/device/bluetooth/bluetooth_adapter_android.h
|
| index 34f9d938641fd57c9c27709865d82e05f4d5e4f1..0857366c51dac9ee598a1d25536c8e4c73ac31f2 100644
|
| --- a/device/bluetooth/bluetooth_adapter_android.h
|
| +++ b/device/bluetooth/bluetooth_adapter_android.h
|
| @@ -114,9 +114,6 @@ class DEVICE_BLUETOOTH_EXPORT BluetoothAdapterAndroid final
|
| // Java object org.chromium.device.bluetooth.ChromeBluetoothAdapter.
|
| base::android::ScopedJavaGlobalRef<jobject> j_adapter_;
|
|
|
| - std::string address_;
|
| - std::string name_;
|
| -
|
| // Note: This should remain the last member so it'll be destroyed and
|
| // invalidate its weak pointers before any other members are destroyed.
|
| base::WeakPtrFactory<BluetoothAdapterAndroid> weak_ptr_factory_;
|
|
|