| Index: device/bluetooth/bluetooth_adapter.cc
|
| diff --git a/device/bluetooth/bluetooth_adapter.cc b/device/bluetooth/bluetooth_adapter.cc
|
| index 09127f981cb48ec266570c74a803285da6f33141..19b70d9184e24cf308106a31c4373dfbc90366a0 100644
|
| --- a/device/bluetooth/bluetooth_adapter.cc
|
| +++ b/device/bluetooth/bluetooth_adapter.cc
|
| @@ -11,6 +11,7 @@
|
| #include "base/metrics/histogram_macros.h"
|
| #include "base/stl_util.h"
|
| #include "build/build_config.h"
|
| +#include "device/bluetooth/bluetooth_common.h"
|
| #include "device/bluetooth/bluetooth_device.h"
|
| #include "device/bluetooth/bluetooth_discovery_session.h"
|
| #include "device/bluetooth/bluetooth_discovery_session_outcome.h"
|
| @@ -352,8 +353,7 @@ BluetoothAdapter::GetMergedDiscoveryFilterHelper(
|
| if (first_merge) {
|
| first_merge = false;
|
| if (curr_filter) {
|
| - result.reset(new BluetoothDiscoveryFilter(
|
| - BluetoothDiscoveryFilter::Transport::TRANSPORT_DUAL));
|
| + result.reset(new BluetoothDiscoveryFilter(BLUETOOTH_TRANSPORT_DUAL));
|
| result->CopyFrom(*curr_filter);
|
| }
|
| continue;
|
|
|