Chromium Code Reviews| Index: content/browser/renderer_host/input/gesture_event_packet.h |
| diff --git a/content/browser/renderer_host/input/gesture_event_packet.h b/content/browser/renderer_host/input/gesture_event_packet.h |
| index b277948086816999140f5a1d2b672a134e90538b..52152d94c3df9d630caa2c9d619821872cf941fa 100644 |
| --- a/content/browser/renderer_host/input/gesture_event_packet.h |
| +++ b/content/browser/renderer_host/input/gesture_event_packet.h |
| @@ -8,6 +8,10 @@ |
| #include "content/common/content_export.h" |
| #include "third_party/WebKit/public/web/WebInputEvent.h" |
| +namespace ui { |
| +class MotionEvent; |
| +} |
| + |
| namespace content { |
| // Acts as a transport container for gestures created (directly or indirectly) |