#ifndef COMPONENTS_PERFORMANCE_MANAGER_PUBLIC_MOJOM_V8_CONTEXTS_MOJOM_FORWARD_H_
#define COMPONENTS_PERFORMANCE_MANAGER_PUBLIC_MOJOM_V8_CONTEXTS_MOJOM_FORWARD_H_
#include <stdint.h>
#include "mojo/public/cpp/bindings/struct_forward.h"
#include "mojo/public/interfaces/bindings/native_struct.mojom-forward.h"
namespace performance_manager::mojom {
class IframeAttributionDataDataView;
class V8ContextDescriptionDataView;
enum class V8ContextWorldType : int32_t;
class IframeAttributionData;
IframeAttributionDataPtr;
class V8ContextDescription;
V8ContextDescriptionPtr;
}
#endif