1 // Copyright 2015 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 #ifndef DEVICE_BLUETOOTH_BLUETOOTH_ADVERTISEMENT_CHROMEOS_H_
6 #define DEVICE_BLUETOOTH_BLUETOOTH_ADVERTISEMENT_CHROMEOS_H_
8 #include "base/macros.h"
9 #include "device/bluetooth/bluetooth_advertisement.h"
13 class MockBluetoothAdvertisement
: public device::BluetoothAdvertisement
{
15 MockBluetoothAdvertisement();
17 // BluetoothAdvertisement overrides:
18 void Unregister(const SuccessCallback
& success_callback
,
19 const ErrorCallback
& error_callback
) override
;
22 ~MockBluetoothAdvertisement() override
;
24 DISALLOW_COPY_AND_ASSIGN(MockBluetoothAdvertisement
);
27 } // namespace chromeos
29 #endif // DEVICE_BLUETOOTH_BLUETOOTH_ADVERTISEMENT_CHROMEOS_H_