#ifndef UI_TOUCH_SELECTION_TOUCH_SELECTION_MAGNIFIER_AURA_H_
#define UI_TOUCH_SELECTION_TOUCH_SELECTION_MAGNIFIER_AURA_H_
#include <memory>
#include "base/scoped_observation.h"
#include "ui/native_theme/native_theme.h"
#include "ui/native_theme/native_theme_observer.h"
#include "ui/touch_selection/ui_touch_selection_export.h"
namespace gfx {
class Rect;
class Point;
}
namespace ui {
class Layer;
class UI_TOUCH_SELECTION_EXPORT TouchSelectionMagnifierAura
: public NativeThemeObserver { … };
}
#endif