| 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 4e224b7c433baccccaf42544e0d942d4a2ac43e5..48ba8b5102d601d65faf6bc1fb0d6aaf54ef0922 100644
|
| --- a/content/browser/renderer_host/input/touch_emulator.h
|
| +++ b/content/browser/renderer_host/input/touch_emulator.h
|
| @@ -5,8 +5,9 @@
|
| #ifndef CONTENT_BROWSER_RENDERER_HOST_INPUT_TOUCH_EMULATOR_H_
|
| #define CONTENT_BROWSER_RENDERER_HOST_INPUT_TOUCH_EMULATOR_H_
|
|
|
| +#include <memory>
|
| +
|
| #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"
|
|
|