third_party: Add OWNERS for re2 library.
[chromium-blink-merge.git] / device / bluetooth / bluetooth_gatt_connection.cc
blob721391e8d1a803db0aa87aa76d5d89b583a5b950
1 // Copyright 2014 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file.
5 #include "device/bluetooth/bluetooth_gatt_connection.h"
7 namespace device {
9 BluetoothGattConnection::BluetoothGattConnection() {
12 BluetoothGattConnection::~BluetoothGattConnection() {
15 } // namespace device