// Copyright 2019 The Chromium Authors // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #ifndef EXTENSIONS_RENDERER_SCRIPT_CONTEXT_SET_ITERABLE_H_ #define EXTENSIONS_RENDERER_SCRIPT_CONTEXT_SET_ITERABLE_H_ #include "base/functional/callback_forward.h" namespace content { class RenderFrame; } // namespace content namespace extensions { class ScriptContext; namespace mojom { class HostID; } // namespace mojom // Iterable base class to iterate over a ScriptContextSet. class ScriptContextSetIterable { … }; } // namespace extensions #endif // EXTENSIONS_RENDERER_SCRIPT_CONTEXT_SET_ITERABLE_H_