#ifndef CONTENT_SHELL_APP_SHELL_MAIN_DELEGATE_H_
#define CONTENT_SHELL_APP_SHELL_MAIN_DELEGATE_H_
#include <memory>
#include <optional>
#include "build/build_config.h"
#include "components/memory_system/memory_system.h"
#include "content/public/app/content_main_delegate.h"
namespace content {
class ShellContentClient;
class ShellContentBrowserClient;
class ShellContentGpuClient;
class ShellContentRendererClient;
class ShellContentUtilityClient;
#if !BUILDFLAG(IS_ANDROID)
class WebTestBrowserMainRunner;
#endif
class ShellMainDelegate : public ContentMainDelegate { … };
}
#endif