chromium/headless/test/test_network_interceptor.h

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

#ifndef HEADLESS_TEST_TEST_NETWORK_INTERCEPTOR_H_
#define HEADLESS_TEST_TEST_NETWORK_INTERCEPTOR_H_

#include <string>
#include <vector>

#include "base/memory/weak_ptr.h"
#include "base/task/sequenced_task_runner.h"
#include "content/public/test/url_loader_interceptor.h"

namespace headless {

class TestNetworkInterceptor {};

}  // namespace headless

#endif  // HEADLESS_TEST_TEST_NETWORK_INTERCEPTOR_H_