| Index: sky/engine/core/loader/EmptyClients.h
|
| diff --git a/sky/engine/core/loader/EmptyClients.h b/sky/engine/core/loader/EmptyClients.h
|
| index 410a2aec6723de8b3c84a045d33d459900c3c257..027942d733691a9e6b9ab732ac531f6774d0c3b8 100644
|
| --- a/sky/engine/core/loader/EmptyClients.h
|
| +++ b/sky/engine/core/loader/EmptyClients.h
|
| @@ -29,19 +29,19 @@
|
| #ifndef EmptyClients_h
|
| #define EmptyClients_h
|
|
|
| -#include "core/editing/UndoStep.h"
|
| -#include "core/loader/FrameLoaderClient.h"
|
| -#include "core/page/ChromeClient.h"
|
| -#include "core/page/EditorClient.h"
|
| -#include "core/page/FocusType.h"
|
| -#include "core/page/Page.h"
|
| -#include "core/page/SpellCheckerClient.h"
|
| -#include "platform/geometry/FloatRect.h"
|
| -#include "platform/network/ResourceError.h"
|
| -#include "platform/text/TextCheckerClient.h"
|
| -#include "public/platform/WebScreenInfo.h"
|
| +#include "sky/engine/core/editing/UndoStep.h"
|
| +#include "sky/engine/core/loader/FrameLoaderClient.h"
|
| +#include "sky/engine/core/page/ChromeClient.h"
|
| +#include "sky/engine/core/page/EditorClient.h"
|
| +#include "sky/engine/core/page/FocusType.h"
|
| +#include "sky/engine/core/page/Page.h"
|
| +#include "sky/engine/core/page/SpellCheckerClient.h"
|
| +#include "sky/engine/platform/geometry/FloatRect.h"
|
| +#include "sky/engine/platform/network/ResourceError.h"
|
| +#include "sky/engine/platform/text/TextCheckerClient.h"
|
| +#include "sky/engine/public/platform/WebScreenInfo.h"
|
| +#include "sky/engine/wtf/Forward.h"
|
| #include "v8/include/v8.h"
|
| -#include "wtf/Forward.h"
|
|
|
| /*
|
| This file holds empty Client stubs for use by WebCore.
|
|
|