| Index: ash/touch/touch_uma.h
|
| diff --git a/ash/touch/touch_uma.h b/ash/touch/touch_uma.h
|
| index 7a86b3f930d32606b4dc5a559302e90d65395ed7..fb9a5fcfc0c269f4706535e60e5cb234c8d49a64 100644
|
| --- a/ash/touch/touch_uma.h
|
| +++ b/ash/touch/touch_uma.h
|
| @@ -5,19 +5,24 @@
|
| #ifndef ASH_TOUCH_TOUCH_OBSERVER_UMA_H_
|
| #define ASH_TOUCH_TOUCH_OBSERVER_UMA_H_
|
|
|
| -#include <map>
|
| -
|
| +#include "ash/ash_export.h"
|
| #include "ash/common/metrics/gesture_action_type.h"
|
| -#include "ash/shell.h"
|
| #include "base/macros.h"
|
| #include "base/memory/singleton.h"
|
| -#include "ui/gfx/geometry/point.h"
|
| -#include "ui/views/widget/widget.h"
|
|
|
| namespace aura {
|
| class Window;
|
| }
|
|
|
| +namespace ui {
|
| +class GestureEvent;
|
| +class TouchEvent;
|
| +}
|
| +
|
| +namespace gfx {
|
| +class Point;
|
| +}
|
| +
|
| namespace ash {
|
|
|
| // Records some touch/gesture event specific details (e.g. what gestures are
|
|
|