blob: c9289ee7ab9900d77a46178b4191429f74e07351 [file] [log] [blame]
// Copyright 2018 The Chromium Authors. All rights reserved.
// 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_gatt_client_manager.h"
namespace chromecast {
namespace bluetooth {
MockGattClientManager::MockGattClientManager() = default;
MockGattClientManager::~MockGattClientManager() = default;
} // namespace bluetooth
} // namespace chromecast