| Index: third_party/WebKit/Source/platform/weborigin/SecurityOrigin.h
|
| diff --git a/third_party/WebKit/Source/platform/weborigin/SecurityOrigin.h b/third_party/WebKit/Source/platform/weborigin/SecurityOrigin.h
|
| index a82e2807e58db31593351b1397b1a46beb9a8221..7217ba8dd74baedb95418e86f70d3923feaac1eb 100644
|
| --- a/third_party/WebKit/Source/platform/weborigin/SecurityOrigin.h
|
| +++ b/third_party/WebKit/Source/platform/weborigin/SecurityOrigin.h
|
| @@ -29,13 +29,13 @@
|
| #ifndef SecurityOrigin_h
|
| #define SecurityOrigin_h
|
|
|
| +#include <memory>
|
| #include "base/gtest_prod_util.h"
|
| #include "platform/PlatformExport.h"
|
| #include "platform/weborigin/Suborigin.h"
|
| #include "wtf/Noncopyable.h"
|
| #include "wtf/ThreadSafeRefCounted.h"
|
| #include "wtf/text/WTFString.h"
|
| -#include <memory>
|
|
|
| namespace blink {
|
|
|
|
|