blob: 203110fa0413f5fe0fc142b1a812d0e70582d192 [file] [log] [blame]
Darin Petkovc37a9c42012-09-06 15:28:22 +02001// 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_modem_gobi_proxy.h"
6
7namespace shill {
8
9MockModemGobiProxy::MockModemGobiProxy() {}
10
11MockModemGobiProxy::~MockModemGobiProxy() {}
12
13} // namespace shill