#ifndef CONTENT_COMMON_INPUT_SYNTHETIC_POINTER_ACTION_H_
#define CONTENT_COMMON_INPUT_SYNTHETIC_POINTER_ACTION_H_
#include <memory>
#include "base/gtest_prod_util.h"
#include "base/memory/weak_ptr.h"
#include "content/common/content_export.h"
#include "content/common/input/synthetic_gesture.h"
#include "content/common/input/synthetic_gesture_target.h"
#include "content/common/input/synthetic_pointer_action_list_params.h"
#include "content/common/input/synthetic_pointer_action_params.h"
#include "content/common/input/synthetic_pointer_driver.h"
namespace content {
class CONTENT_EXPORT SyntheticPointerAction
: public SyntheticGestureBase<SyntheticPointerActionListParams> { … };
}
#endif