| Index: device/bluetooth/bluetooth_low_energy_win.h
|
| diff --git a/device/bluetooth/bluetooth_low_energy_win.h b/device/bluetooth/bluetooth_low_energy_win.h
|
| index f9873225dca299dc072ac4a9c0dae1f40d1564ce..92834ebc7f298bb582f94759aa90e4dc9ceadf1c 100644
|
| --- a/device/bluetooth/bluetooth_low_energy_win.h
|
| +++ b/device/bluetooth/bluetooth_low_energy_win.h
|
| @@ -9,14 +9,13 @@
|
| #include "base/memory/scoped_ptr.h"
|
| #include "base/memory/scoped_vector.h"
|
| #include "base/win/scoped_handle.h"
|
| -#include "device/bluetooth/bluetooth_export.h"
|
| #include "device/bluetooth/bluetooth_low_energy_defs_win.h"
|
|
|
| namespace device {
|
| namespace win {
|
|
|
| // Represents a device registry property value
|
| -class DEVICE_BLUETOOTH_EXPORT DeviceRegistryPropertyValue {
|
| +class DeviceRegistryPropertyValue {
|
| public:
|
| // Creates a property value instance, where |property_type| is one of REG_xxx
|
| // registry value type (e.g. REG_SZ, REG_DWORD), |value| is a byte array
|
| @@ -48,7 +47,7 @@
|
| };
|
|
|
| // Represents the value associated to a DEVPROPKEY.
|
| -class DEVICE_BLUETOOTH_EXPORT DevicePropertyValue {
|
| +class DevicePropertyValue {
|
| public:
|
| // Creates a property value instance, where |property_type| is one of
|
| // DEVPROP_TYPE_xxx value type , |value| is a byte array containing the
|
| @@ -112,8 +111,7 @@
|
| ScopedVector<BluetoothLowEnergyServiceInfo>* services,
|
| std::string* error);
|
|
|
| -bool DEVICE_BLUETOOTH_EXPORT
|
| -ExtractBluetoothAddressFromDeviceInstanceIdForTesting(
|
| +bool ExtractBluetoothAddressFromDeviceInstanceIdForTesting(
|
| const std::string& instance_id,
|
| BLUETOOTH_ADDRESS* btha,
|
| std::string* error);
|
|
|