| Index: third_party/WebKit/Source/core/frame/SettingsDelegate.h
|
| diff --git a/third_party/WebKit/Source/core/frame/SettingsDelegate.h b/third_party/WebKit/Source/core/frame/SettingsDelegate.h
|
| index 37edc88dbee96ad08141cc910b8e82c5ffe4f689..cb1aa26ba1844bb89f23016c072e4c8a96731149 100644
|
| --- a/third_party/WebKit/Source/core/frame/SettingsDelegate.h
|
| +++ b/third_party/WebKit/Source/core/frame/SettingsDelegate.h
|
| @@ -31,9 +31,9 @@
|
| #ifndef SettingsDelegate_h
|
| #define SettingsDelegate_h
|
|
|
| +#include <memory>
|
| #include "core/CoreExport.h"
|
| #include "wtf/Allocator.h"
|
| -#include <memory>
|
|
|
| namespace blink {
|
|
|
|
|