blob: 8a9f33658f77c64040cb7a94962406ed1f527ded [file] [log] [blame]
Arman Ugurayf4c61812013-01-10 18:58:39 -08001// Copyright (c) 2013 The Chromium OS Authors. All rights reserved.
Ben Chan15786032012-11-04 21:28:02 -08002// 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_operator_info.h"
6
7namespace shill {
8
9MockCellularOperatorInfo::MockCellularOperatorInfo()
Arman Ugurayf4c61812013-01-10 18:58:39 -080010 : CellularOperatorInfo() {}
Ben Chan15786032012-11-04 21:28:02 -080011
12MockCellularOperatorInfo::~MockCellularOperatorInfo() {}
13
14} // namespace shill