| Index: third_party/WebKit/Source/core/frame/Settings.cpp
|
| diff --git a/third_party/WebKit/Source/core/frame/Settings.cpp b/third_party/WebKit/Source/core/frame/Settings.cpp
|
| index 651a0ac59d6b8996151b65c1e237b0701a2ec269..90031f1a5ccd77c64e77babab59bef4066e9f97a 100644
|
| --- a/third_party/WebKit/Source/core/frame/Settings.cpp
|
| +++ b/third_party/WebKit/Source/core/frame/Settings.cpp
|
| @@ -26,10 +26,10 @@
|
|
|
| #include "core/frame/Settings.h"
|
|
|
| +#include <memory>
|
| #include "platform/RuntimeEnabledFeatures.h"
|
| #include "platform/scroll/ScrollbarTheme.h"
|
| #include "wtf/PtrUtil.h"
|
| -#include <memory>
|
|
|
| namespace blink {
|
|
|
|
|