| Index: third_party/WebKit/public/web/WebAXObject.h
|
| diff --git a/third_party/WebKit/public/web/WebAXObject.h b/third_party/WebKit/public/web/WebAXObject.h
|
| index d8bb7a350ba6a7fb79cf4c4cc76f8a366221ddb4..b7e3437a7a71407ad86e70fb4458184f43778e76 100644
|
| --- a/third_party/WebKit/public/web/WebAXObject.h
|
| +++ b/third_party/WebKit/public/web/WebAXObject.h
|
| @@ -31,13 +31,13 @@
|
| #ifndef WebAXObject_h
|
| #define WebAXObject_h
|
|
|
| +#include <memory>
|
| #include "../platform/WebCommon.h"
|
| #include "../platform/WebPoint.h"
|
| #include "../platform/WebPrivatePtr.h"
|
| #include "../platform/WebSize.h"
|
| #include "../platform/WebVector.h"
|
| #include "WebAXEnums.h"
|
| -#include <memory>
|
|
|
| class SkMatrix44;
|
|
|
|
|