| Index: third_party/WebKit/Source/core/frame/Settings.h
|
| diff --git a/third_party/WebKit/Source/core/frame/Settings.h b/third_party/WebKit/Source/core/frame/Settings.h
|
| index e8cfc22c4cbb8949c5fa41cc1e71eebcbff66ca3..00af3753422e8f42b5d98066ffb7e439d2622a82 100644
|
| --- a/third_party/WebKit/Source/core/frame/Settings.h
|
| +++ b/third_party/WebKit/Source/core/frame/Settings.h
|
| @@ -28,6 +28,7 @@
|
| #ifndef Settings_h
|
| #define Settings_h
|
|
|
| +#include <memory>
|
| #include "bindings/core/v8/V8CacheOptions.h"
|
| #include "bindings/core/v8/V8CacheStrategiesForCacheStorage.h"
|
| #include "core/CoreExport.h"
|
| @@ -41,12 +42,12 @@
|
| #include "platform/Timer.h"
|
| #include "platform/fonts/GenericFontFamilySettings.h"
|
| #include "platform/geometry/IntSize.h"
|
| +#include "platform/graphics/HighContrast.h"
|
| #include "platform/graphics/ImageAnimationPolicy.h"
|
| #include "platform/weborigin/KURL.h"
|
| #include "public/platform/PointerProperties.h"
|
| #include "public/platform/WebDisplayMode.h"
|
| #include "public/platform/WebViewportStyle.h"
|
| -#include <memory>
|
|
|
| namespace blink {
|
|
|
|
|