| Index: Source/core/platform/network/BlobData.h
|
| diff --git a/Source/core/platform/network/BlobData.h b/Source/core/platform/network/BlobData.h
|
| index ca7c5452a0d134540577d06f1dedeb9941971efd..e7967023a9ff42becbf0cca77129c9bd6df821c8 100644
|
| --- a/Source/core/platform/network/BlobData.h
|
| +++ b/Source/core/platform/network/BlobData.h
|
| @@ -31,12 +31,12 @@
|
| #ifndef BlobData_h
|
| #define BlobData_h
|
|
|
| -#include "FileSystem.h"
|
| -#include "KURL.h"
|
| +#include "core/platform/FileSystem.h"
|
| +#include "core/platform/KURL.h"
|
| #include <wtf/Forward.h>
|
| #include <wtf/PassOwnPtr.h>
|
| -#include <wtf/ThreadSafeRefCounted.h>
|
| #include <wtf/text/WTFString.h>
|
| +#include <wtf/ThreadSafeRefCounted.h>
|
|
|
| namespace WebCore {
|
|
|
|
|