Index: device/bluetooth/bluetooth_device_win.h |
diff --git a/device/bluetooth/bluetooth_device_win.h b/device/bluetooth/bluetooth_device_win.h |
index ee36d37d4a63f60e60fa2091f4d4a2892a213162..9a6edd5adbda03731869be45121980c8f7d39ecf 100644 |
--- a/device/bluetooth/bluetooth_device_win.h |
+++ b/device/bluetooth/bluetooth_device_win.h |
@@ -92,6 +92,8 @@ class DEVICE_BLUETOOTH_EXPORT BluetoothDeviceWin : public BluetoothDevice { |
private: |
friend class BluetoothAdapterWin; |
+ typedef ScopedVector<BluetoothServiceRecordWin> ServiceRecordList; |
+ |
// Used by BluetoothAdapterWin to update the visible state during |
// discovery. |
void SetVisible(bool visible); |
@@ -127,7 +129,6 @@ class DEVICE_BLUETOOTH_EXPORT BluetoothDeviceWin : public BluetoothDevice { |
UUIDList uuids_; |
// The service records retrieved from SDP. |
- typedef ScopedVector<BluetoothServiceRecordWin> ServiceRecordList; |
ServiceRecordList service_record_list_; |
DISALLOW_COPY_AND_ASSIGN(BluetoothDeviceWin); |