| Index: content/browser/renderer_host/input/touch_emulator.h
|
| diff --git a/content/browser/renderer_host/input/touch_emulator.h b/content/browser/renderer_host/input/touch_emulator.h
|
| index 7994ffc786c3c803db8d0e5628c56dc14ebe290e..4e224b7c433baccccaf42544e0d942d4a2ac43e5 100644
|
| --- a/content/browser/renderer_host/input/touch_emulator.h
|
| +++ b/content/browser/renderer_host/input/touch_emulator.h
|
| @@ -6,6 +6,7 @@
|
| #define CONTENT_BROWSER_RENDERER_HOST_INPUT_TOUCH_EMULATOR_H_
|
|
|
| #include "base/macros.h"
|
| +#include "base/memory/scoped_ptr.h"
|
| #include "content/browser/renderer_host/input/touch_emulator_client.h"
|
| #include "content/common/cursors/webcursor.h"
|
| #include "content/common/input/input_event_ack_state.h"
|
|
|