| 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 cf0cecff7915db2df89b925349bf3c42bd90b1f7..4394cd124deba2c901d679cc64d68f5d479e3245 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 {
|
|
|
|
|