| Index: third_party/WebKit/Source/platform/ContentSettingCallbacks.h
|
| diff --git a/third_party/WebKit/Source/platform/ContentSettingCallbacks.h b/third_party/WebKit/Source/platform/ContentSettingCallbacks.h
|
| index 09b41f3c4a7b343ff70380a6cedf31b6d4e81428..bea4249d47d5165b7edb291a609c72205aa43479 100644
|
| --- a/third_party/WebKit/Source/platform/ContentSettingCallbacks.h
|
| +++ b/third_party/WebKit/Source/platform/ContentSettingCallbacks.h
|
| @@ -5,11 +5,11 @@
|
| #ifndef ContentSettingCallbacks_h
|
| #define ContentSettingCallbacks_h
|
|
|
| +#include <memory>
|
| #include "platform/PlatformExport.h"
|
| #include "wtf/Allocator.h"
|
| #include "wtf/Functional.h"
|
| #include "wtf/Noncopyable.h"
|
| -#include <memory>
|
|
|
| namespace blink {
|
|
|
|
|