| Index: Source/platform/Task.h
|
| diff --git a/Source/core/platform/Task.h b/Source/platform/Task.h
|
| similarity index 100%
|
| rename from Source/core/platform/Task.h
|
| rename to Source/platform/Task.h
|
| index b9d2e46802aebf6391df4ec3dabb580d43b2483c..8ef2339b1b4f4c80816774bb5b2b0bb19228bdd8 100644
|
| --- a/Source/core/platform/Task.h
|
| +++ b/Source/platform/Task.h
|
| @@ -31,8 +31,8 @@
|
| #ifndef Task_h
|
| #define Task_h
|
|
|
| -#include "wtf/Functional.h"
|
| #include "public/platform/WebThread.h"
|
| +#include "wtf/Functional.h"
|
|
|
| namespace WebCore {
|
|
|
|
|