| Index: content/test/web_gesture_curve_mock.h
|
| diff --git a/content/test/web_gesture_curve_mock.h b/content/test/web_gesture_curve_mock.h
|
| index 8165dd837406c5e221965527565b23efb40ac805..c02bc8e0ba1fafb8944dc0f6f45fbc72d895327c 100644
|
| --- a/content/test/web_gesture_curve_mock.h
|
| +++ b/content/test/web_gesture_curve_mock.h
|
| @@ -5,8 +5,9 @@
|
| #ifndef CONTENT_TEST_WEB_GESTURE_CURVE_MOCK_H_
|
| #define CONTENT_TEST_WEB_GESTURE_CURVE_MOCK_H_
|
|
|
| +#include <memory>
|
| +
|
| #include "base/macros.h"
|
| -#include "base/memory/scoped_ptr.h"
|
| #include "third_party/WebKit/public/platform/WebFloatPoint.h"
|
| #include "third_party/WebKit/public/platform/WebGestureCurve.h"
|
| #include "third_party/WebKit/public/platform/WebSize.h"
|
|
|