blob: 7a0d3e175b2a3929a0df65bb597326b6f40a2237 [file] [log] [blame]
// Copyright (c) 2012 The Chromium OS Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
#include "shill/mock_connectivity_trial.h"
#include "shill/connection.h"
namespace shill {
MockConnectivityTrial::MockConnectivityTrial(ConnectionRefPtr connection,
int trial_timeout_seconds)
: ConnectivityTrial(connection,
NULL,
trial_timeout_seconds,
base::Callback<void(ConnectivityTrial::Result)>()) {}
MockConnectivityTrial::~MockConnectivityTrial() {}
} // namespace shill