| Index: Source/core/fileapi/Blob.h
|
| diff --git a/Source/core/fileapi/Blob.h b/Source/core/fileapi/Blob.h
|
| index 14b2389b094bc7b69790c850bf6d0ae934b7eb8d..537a3422b20a0eb95da109c0c9b3472e09c9397b 100644
|
| --- a/Source/core/fileapi/Blob.h
|
| +++ b/Source/core/fileapi/Blob.h
|
| @@ -31,14 +31,14 @@
|
| #ifndef Blob_h
|
| #define Blob_h
|
|
|
| -#include "BlobData.h"
|
| #include "KURL.h"
|
| #include "ScriptWrappable.h"
|
| +#include "core/platform/network/BlobData.h"
|
| #include <wtf/PassOwnPtr.h>
|
| #include <wtf/PassRefPtr.h>
|
| #include <wtf/RefCounted.h>
|
| -#include <wtf/Vector.h>
|
| #include <wtf/text/WTFString.h>
|
| +#include <wtf/Vector.h>
|
|
|
| namespace WebCore {
|
|
|
|
|