| Index: Source/core/html/DOMURL.cpp
|
| diff --git a/Source/core/html/DOMURL.cpp b/Source/core/html/DOMURL.cpp
|
| index 5eb6687228c6b6bdd47a15e61af4e7d13fe76659..cf6585dff3ca0229c958fef01503c3a35db2a5f7 100644
|
| --- a/Source/core/html/DOMURL.cpp
|
| +++ b/Source/core/html/DOMURL.cpp
|
| @@ -36,12 +36,12 @@
|
| #include "MediaSourceRegistry.h"
|
| #include "MemoryCache.h"
|
| #include "PublicURLManager.h"
|
| -#include "ResourceRequest.h"
|
| #include "ScriptExecutionContext.h"
|
| #include "SecurityOrigin.h"
|
| #include "ThreadableBlobRegistry.h"
|
| -#include <wtf/PassOwnPtr.h>
|
| +#include "core/platform/network/ResourceRequest.h"
|
| #include <wtf/MainThread.h>
|
| +#include <wtf/PassOwnPtr.h>
|
|
|
| #if ENABLE(MEDIA_STREAM)
|
| #include "MediaStream.h"
|
|
|