| Index: content/browser/renderer_host/input/touch_selection_controller_client_aura.h
|
| diff --git a/content/browser/renderer_host/input/touch_selection_controller_client_aura.h b/content/browser/renderer_host/input/touch_selection_controller_client_aura.h
|
| index b056e5a03ec9125a24b18b85c392d7574720e098..0d6dba6a4d837688e38970c1bf52248505812e78 100644
|
| --- a/content/browser/renderer_host/input/touch_selection_controller_client_aura.h
|
| +++ b/content/browser/renderer_host/input/touch_selection_controller_client_aura.h
|
| @@ -5,8 +5,9 @@
|
| #ifndef CONTENT_BROWSER_RENDERER_HOST_INPUT_TOUCH_SELECTION_CONTROLLER_CLIENT_AURA_H_
|
| #define CONTENT_BROWSER_RENDERER_HOST_INPUT_TOUCH_SELECTION_CONTROLLER_CLIENT_AURA_H_
|
|
|
| +#include <memory>
|
| +
|
| #include "base/macros.h"
|
| -#include "base/memory/scoped_ptr.h"
|
| #include "base/timer/timer.h"
|
| #include "content/common/content_export.h"
|
| #include "ui/touch_selection/touch_selection_controller.h"
|
|
|