blob: 4e2174052e5730f64a64439fa5ba34bd2a29fe1a [file] [log] [blame]
// Copyright 2018 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/vpn/mock_openvpn_driver.h"
namespace shill {
MockOpenVPNDriver::MockOpenVPNDriver()
: OpenVPNDriver(
nullptr, nullptr, nullptr, nullptr, nullptr, nullptr) {}
MockOpenVPNDriver::~MockOpenVPNDriver() {}
} // namespace shill