blob: 2f8edf2c01de754ef7ca7eb3130a94be1c4d2903 [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
Prathmesh Prabhu0d36b4f2013-04-01 11:45:54 -07009MockCellularService::MockCellularService(ModemInfo *modem_info,
Jason Glasgow14521872012-05-07 19:12:15 -040010 const CellularRefPtr &device)
Prathmesh Prabhu0d36b4f2013-04-01 11:45:54 -070011 : CellularService(modem_info, device) {}
Jason Glasgow14521872012-05-07 19:12:15 -040012
13MockCellularService::~MockCellularService() {}
14
15} // namespace shill