blob: 2ab69e8cf9426486ae3863098ccc00a4633f8166 [file] [log] [blame]
Jason Glasgow14521872012-05-07 19:12:15 -04001// Copyright (c) 2012 The Chromium OS 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.
4
5#include "shill/mock_cellular_service.h"
6
7namespace shill {
8
9MockCellularService::MockCellularService(ControlInterface *control_interface,
10 EventDispatcher *dispatcher,
11 Metrics *metrics,
12 Manager *manager,
13 const CellularRefPtr &device)
14 : CellularService(control_interface, dispatcher, metrics, manager, device) {
15}
16
17MockCellularService::~MockCellularService() {}
18
19} // namespace shill