| Index: third_party/WebKit/Source/platform/weborigin/URLSecurityOriginMap.h
|
| diff --git a/third_party/WebKit/Source/platform/weborigin/URLSecurityOriginMap.h b/third_party/WebKit/Source/platform/weborigin/URLSecurityOriginMap.h
|
| index 714bc75e59f21a40ea298e62d14e8297baf45f60..549b33e9e5b75088c41879428ec77f8dc2117e9f 100644
|
| --- a/third_party/WebKit/Source/platform/weborigin/URLSecurityOriginMap.h
|
| +++ b/third_party/WebKit/Source/platform/weborigin/URLSecurityOriginMap.h
|
| @@ -31,8 +31,8 @@
|
| #ifndef URLSecurityOriginMap_h
|
| #define URLSecurityOriginMap_h
|
|
|
| -#include "wtf/Allocator.h"
|
| -#include "wtf/Noncopyable.h"
|
| +#include "platform/wtf/Allocator.h"
|
| +#include "platform/wtf/Noncopyable.h"
|
|
|
| namespace blink {
|
|
|
|
|