| Index: third_party/WebKit/Source/core/loader/private/CrossOriginPreflightResultCache.h
|
| diff --git a/third_party/WebKit/Source/core/loader/private/CrossOriginPreflightResultCache.h b/third_party/WebKit/Source/core/loader/private/CrossOriginPreflightResultCache.h
|
| index 711874858eadb468469512f600796f80a7befa3c..1f7d9dfc62d2eac3214de6b50f32d5b0f70b80aa 100644
|
| --- a/third_party/WebKit/Source/core/loader/private/CrossOriginPreflightResultCache.h
|
| +++ b/third_party/WebKit/Source/core/loader/private/CrossOriginPreflightResultCache.h
|
| @@ -30,9 +30,9 @@
|
| #include <memory>
|
| #include "platform/loader/fetch/ResourceLoaderOptions.h"
|
| #include "platform/weborigin/KURLHash.h"
|
| -#include "wtf/HashMap.h"
|
| -#include "wtf/HashSet.h"
|
| -#include "wtf/text/StringHash.h"
|
| +#include "platform/wtf/HashMap.h"
|
| +#include "platform/wtf/HashSet.h"
|
| +#include "platform/wtf/text/StringHash.h"
|
|
|
| namespace blink {
|
|
|
|
|