chromium/components/no_state_prefetch/browser/no_state_prefetch_processor_impl_delegate.h

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

#ifndef COMPONENTS_NO_STATE_PREFETCH_BROWSER_NO_STATE_PREFETCH_PROCESSOR_IMPL_DELEGATE_H_
#define COMPONENTS_NO_STATE_PREFETCH_BROWSER_NO_STATE_PREFETCH_PROCESSOR_IMPL_DELEGATE_H_

namespace content {
class BrowserContext;
}

namespace prerender {

class NoStatePrefetchLinkManager;

class NoStatePrefetchProcessorImplDelegate {};

}  // namespace prerender

#endif  // COMPONENTS_NO_STATE_PREFETCH_BROWSER_NO_STATE_PREFETCH_PROCESSOR_IMPL_DELEGATE_H_