blob: 559cd0e9201a3b6476977ea8f898df279cf33724 [file] [log] [blame]
// Copyright 2018 The Chromium OS 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 "shill/cellular/mock_modem.h"
namespace shill {
MockModem::MockModem(const std::string& service,
const RpcIdentifier& path,
ModemInfo* modem_info)
: Modem(service, path, modem_info) {}
MockModem::~MockModem() = default;
} // namespace shill