blob: 7bb311be5dfeda646869213f337a041712259160 [file] [log] [blame]
// Copyright 2020 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_mm1_proxy.h"
#include "shill/testing.h"
using testing::_;
namespace shill {
namespace mm1 {
MockMm1Proxy::MockMm1Proxy() = default;
MockMm1Proxy::~MockMm1Proxy() = default;
} // namespace mm1
} // namespace shill