blob: 28abffea8bed936418dce8a079bcc1a5c49b0f81 [file] [log] [blame]
Paul Stewarte6927402012-01-23 16:11:30 -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_http_request.h"
6
7#include "shill/connection.h"
8
9namespace shill {
10
11MockHTTPRequest::MockHTTPRequest(ConnectionRefPtr connection)
Ben Chancc225ef2014-09-30 13:26:51 -070012 : HTTPRequest(connection, nullptr, nullptr) {}
Paul Stewarte6927402012-01-23 16:11:30 -080013
14MockHTTPRequest::~MockHTTPRequest() {}
15
16} // namespace shill