| 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 2ea29ee3ec30fc643ce9a9b1536fecb836d6ee69..6fa2c6eee1f8fd6d42ff55eea54f1c7860ce7e22 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 "core/CoreExport.h"
|
| -#include "wtf/Allocator.h"
|
| #include <memory>
|
| +#include "core/CoreExport.h"
|
| +#include "platform/wtf/Allocator.h"
|
|
|
| namespace blink {
|
|
|
|
|