| Index: Source/core/platform/network/BlobData.cpp
|
| diff --git a/Source/core/platform/network/BlobData.cpp b/Source/core/platform/network/BlobData.cpp
|
| index b816c486471a5548e08c9b85e4238d791a561814..1c29e571edbeff6cb6ee896a84f2b9c30cbb7a57 100644
|
| --- a/Source/core/platform/network/BlobData.cpp
|
| +++ b/Source/core/platform/network/BlobData.cpp
|
| @@ -29,9 +29,9 @@
|
| */
|
|
|
| #include "config.h"
|
| -#include "BlobData.h"
|
| #include "BlobURL.h"
|
| #include "ThreadableBlobRegistry.h"
|
| +#include "core/platform/network/BlobData.h"
|
|
|
| #include <wtf/OwnPtr.h>
|
| #include <wtf/PassOwnPtr.h>
|
|
|