#ifndef CONTENT_PUBLIC_RENDERER_RENDERER_PPAPI_HOST_H_
#define CONTENT_PUBLIC_RENDERER_RENDERER_PPAPI_HOST_H_
#include <vector>
#include "base/files/file.h"
#include "base/functional/callback_forward.h"
#include "base/memory/read_only_shared_memory_region.h"
#include "base/memory/unsafe_shared_memory_region.h"
#include "base/process/process.h"
#include "content/common/content_export.h"
#include "ipc/ipc_platform_file.h"
#include "ppapi/c/pp_instance.h"
#include "url/gurl.h"
namespace gfx {
class Point;
}
namespace IPC {
class Message;
}
namespace ppapi {
namespace host {
class PpapiHost;
}
}
namespace blink {
class WebPluginContainer;
}
namespace content {
class PepperPluginInstance;
class RenderFrame;
class RendererPpapiHost { … };
}
#endif