Index: device/bluetooth/bluetooth_remote_gatt_service_chromeos.h |
diff --git a/device/bluetooth/bluetooth_remote_gatt_service_chromeos.h b/device/bluetooth/bluetooth_remote_gatt_service_chromeos.h |
index 66945533c6b57f089b65d3b193dbd373fe8a0919..9aa8fdd2a78eaea217bc64a1172cf398aa974997 100644 |
--- a/device/bluetooth/bluetooth_remote_gatt_service_chromeos.h |
+++ b/device/bluetooth/bluetooth_remote_gatt_service_chromeos.h |
@@ -96,6 +96,9 @@ class BluetoothRemoteGattServiceChromeOS |
private: |
friend class BluetoothDeviceChromeOS; |
+ typedef std::map<dbus::ObjectPath, BluetoothRemoteGattCharacteristicChromeOS*> |
+ CharacteristicMap; |
+ |
BluetoothRemoteGattServiceChromeOS(BluetoothAdapterChromeOS* adapter, |
BluetoothDeviceChromeOS* device, |
const dbus::ObjectPath& object_path); |
@@ -127,8 +130,6 @@ class BluetoothRemoteGattServiceChromeOS |
// owned by this service. Since the Chrome OS implementation uses object |
// paths as unique identifiers, we also use this mapping to return |
// characteristics by identifier. |
- typedef std::map<dbus::ObjectPath, BluetoothRemoteGattCharacteristicChromeOS*> |
- CharacteristicMap; |
CharacteristicMap characteristics_; |
// Indicates whether or not the characteristics of this service are known to |