blob: 312a51e2ff9388a0837fd0bbd37f96d7cf49b411 [file] [log] [blame] [edit]
// Copyright 2023 The ChromiumOS Authors
// 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(Manager* manager,
ProcessManager* process_manager)
: OpenVPNDriver(manager, process_manager) {}
MockOpenVPNDriver::~MockOpenVPNDriver() = default;
} // namespace shill