#ifndef MOJO_PUBLIC_MOJOM_BASE_SHARED_MEMORY_MOJOM_FORWARD_H_
#define MOJO_PUBLIC_MOJOM_BASE_SHARED_MEMORY_MOJOM_FORWARD_H_
#include "mojo/public/cpp/bindings/struct_forward.h"
#include "mojo/public/interfaces/bindings/native_struct.mojom-forward.h"
namespace mojo_base::mojom {
class ReadOnlySharedMemoryRegionDataView;
class WritableSharedMemoryRegionDataView;
class UnsafeSharedMemoryRegionDataView;
class ReadOnlySharedMemoryRegion;
ReadOnlySharedMemoryRegionPtr;
class WritableSharedMemoryRegion;
WritableSharedMemoryRegionPtr;
class UnsafeSharedMemoryRegion;
UnsafeSharedMemoryRegionPtr;
}
#endif