chromium/chromecast/device/bluetooth/le/mock_le_scan_manager.cc

// Copyright 2018 The Chromium Authors
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.

#include "chromecast/device/bluetooth/le/mock_le_scan_manager.h"

namespace chromecast {
namespace bluetooth {

MockLeScanManager::MockLeScanManager() = default;
MockLeScanManager::~MockLeScanManager() = default;

}  // namespace bluetooth
}  // namespace chromecast