chromium/content/public/test/slow_download_http_response.h

// Copyright 2017 The Chromium Authors
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.

#ifndef CONTENT_PUBLIC_TEST_SLOW_DOWNLOAD_HTTP_RESPONSE_H_
#define CONTENT_PUBLIC_TEST_SLOW_DOWNLOAD_HTTP_RESPONSE_H_

#include "base/strings/string_split.h"
#include "content/public/test/slow_http_response.h"

namespace content {

// A subclass of SlowHttpResponse that serves a download.
class SlowDownloadHttpResponse : public SlowHttpResponse {};

}  // namespace content

#endif  // CONTENT_PUBLIC_TEST_SLOW_DOWNLOAD_HTTP_RESPONSE_H_