#ifndef CONTENT_SHELL_BROWSER_SHELL_PLATFORM_DATA_AURA_H_
#define CONTENT_SHELL_BROWSER_SHELL_PLATFORM_DATA_AURA_H_
#include <memory>
#include "build/build_config.h"
#include "ui/aura/window_tree_host.h"
namespace aura {
namespace client {
class CursorShapeClient;
class DefaultCaptureClient;
class FocusClient;
class WindowParentingClient;
}
}
#if BUILDFLAG(IS_OZONE)
namespace aura {
class ScreenOzone;
}
#endif
namespace gfx {
class Size;
}
namespace content {
class ShellPlatformDataAura { … };
}
#endif