// Copyright 2014 The Chromium Authors // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #ifndef UI_EVENTS_VELOCITY_TRACKER_MOTION_EVENT_H_ #define UI_EVENTS_VELOCITY_TRACKER_MOTION_EVENT_H_ #include <stddef.h> #include <stdint.h> #include <memory> #include "base/component_export.h" #include "base/time/time.h" ui // namespace ui #endif // UI_EVENTS_VELOCITY_TRACKER_MOTION_EVENT_H_