blob: 24980a4c418b1990350fae5047e26346f8298a5b [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/mock_http_request.h"
namespace {
constexpr const char kMockInterfaceName[] = "mock0";
} // namespace
namespace shill {
MockHttpRequest::MockHttpRequest()
: HttpRequest(nullptr,
kMockInterfaceName,
IPAddress(IPAddress::kFamilyIPv4),
{},
true) {}
MockHttpRequest::~MockHttpRequest() = default;
} // namespace shill