| Index: Source/core/platform/AsyncFileSystem.h
|
| diff --git a/Source/core/platform/AsyncFileSystem.h b/Source/core/platform/AsyncFileSystem.h
|
| index 2183d6a63ce76434ec2583442a3a055a22823861..54710abb3948114987c86e4d2421cda2b8553e79 100644
|
| --- a/Source/core/platform/AsyncFileSystem.h
|
| +++ b/Source/core/platform/AsyncFileSystem.h
|
| @@ -32,8 +32,8 @@
|
| #define AsyncFileSystem_h
|
|
|
| #include "FileSystemType.h"
|
| -#include "KURL.h"
|
| -#include "Timer.h"
|
| +#include "core/platform/KURL.h"
|
| +#include "core/platform/Timer.h"
|
| #include <wtf/PassOwnPtr.h>
|
| #include <wtf/text/WTFString.h>
|
|
|
|
|