blob: e6d12fd6f23c2f8d5fdc2258fdad066193ff7cd1 [file] [log] [blame]
Darin Petkov9893d9c2012-05-17 15:27:31 -07001// 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_wimax_network_proxy.h"
6
Darin Petkov1e52a1b2012-05-21 10:35:56 +02007#include <base/callback.h>
8
Darin Petkov9893d9c2012-05-17 15:27:31 -07009namespace shill {
10
11MockWiMaxNetworkProxy::MockWiMaxNetworkProxy() {}
12
13MockWiMaxNetworkProxy::~MockWiMaxNetworkProxy() {}
14
15} // namespace shill