chromium/components/no_state_prefetch/renderer/prerender_observer_list.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_RENDERER_PRERENDER_OBSERVER_LIST_H_
#define COMPONENTS_NO_STATE_PREFETCH_RENDERER_PRERENDER_OBSERVER_LIST_H_

#include "base/observer_list.h"
#include "base/supports_user_data.h"

namespace content {
class RenderFrame;
}

namespace prerender {

class PrerenderObserver;

class PrerenderObserverList : public base::SupportsUserData::Data {};

}  // namespace prerender

#endif  // COMPONENTS_NO_STATE_PREFETCH_RENDERER_PRERENDER_OBSERVER_LIST_H_