| Index: third_party/WebKit/Source/core/page/ChromeClient.h
|
| diff --git a/third_party/WebKit/Source/core/page/ChromeClient.h b/third_party/WebKit/Source/core/page/ChromeClient.h
|
| index 6587f1dfa15a243b598a33068af351df2482907d..61c72c60367b7faae944151244f81f5cb9d9d27d 100644
|
| --- a/third_party/WebKit/Source/core/page/ChromeClient.h
|
| +++ b/third_party/WebKit/Source/core/page/ChromeClient.h
|
| @@ -23,6 +23,7 @@
|
| #ifndef ChromeClient_h
|
| #define ChromeClient_h
|
|
|
| +#include <memory>
|
| #include "base/gtest_prod_util.h"
|
| #include "core/CoreExport.h"
|
| #include "core/dom/AXObjectCache.h"
|
| @@ -36,14 +37,13 @@
|
| #include "platform/PopupMenu.h"
|
| #include "platform/heap/Handle.h"
|
| #include "platform/scroll/ScrollTypes.h"
|
| +#include "platform/wtf/Forward.h"
|
| +#include "platform/wtf/Optional.h"
|
| +#include "platform/wtf/Vector.h"
|
| #include "public/platform/BlameContext.h"
|
| #include "public/platform/WebDragOperation.h"
|
| #include "public/platform/WebEventListenerProperties.h"
|
| #include "public/platform/WebFocusType.h"
|
| -#include "wtf/Forward.h"
|
| -#include "wtf/Optional.h"
|
| -#include "wtf/Vector.h"
|
| -#include <memory>
|
|
|
| // To avoid conflicts with the CreateWindow macro from the Windows SDK...
|
| #undef CreateWindow
|
|
|