Files.app: Provide detailed change information on onDirectoryChanged event
[chromium-blink-merge.git] / device / bluetooth / bluetooth_gatt_notify_session.cc
blob3c9a242388024c5321d4bf4bc1529bd1aaa98b23
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_notify_session.h"
7 namespace device {
9 BluetoothGattNotifySession::BluetoothGattNotifySession() {
12 BluetoothGattNotifySession::~BluetoothGattNotifySession() {
15 } // namespace device