| Index: third_party/WebKit/Source/web/ChromeClientImpl.h
|
| diff --git a/third_party/WebKit/Source/web/ChromeClientImpl.h b/third_party/WebKit/Source/web/ChromeClientImpl.h
|
| index 0b2722a4425c2a052c8ac058800c86040466d647..3edbfc9d3af44f82ee7c0b06848d5176080d56d2 100644
|
| --- a/third_party/WebKit/Source/web/ChromeClientImpl.h
|
| +++ b/third_party/WebKit/Source/web/ChromeClientImpl.h
|
| @@ -32,11 +32,12 @@
|
| #ifndef ChromeClientImpl_h
|
| #define ChromeClientImpl_h
|
|
|
| +#include <memory>
|
| #include "core/page/ChromeClient.h"
|
| #include "core/page/WindowFeatures.h"
|
| +#include "platform/graphics/TouchAction.h"
|
| #include "public/web/WebNavigationPolicy.h"
|
| #include "web/WebExport.h"
|
| -#include <memory>
|
|
|
| namespace blink {
|
|
|
|
|