blob: 1d2475abc36adbb6d807d969313169c6e024d22e [file] [log] [blame]
Paul Stewartc681fa02012-03-02 19:40:04 -08001// 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_portal_detector.h"
6
7#include "shill/connection.h"
8
9namespace shill {
10
11MockPortalDetector::MockPortalDetector(ConnectionRefPtr connection)
12 : PortalDetector(connection, NULL, NULL) {}
13
14MockPortalDetector::~MockPortalDetector() {}
15
16} // namespace shill