| Index: Source/core/loader/EmptyClients.h
|
| diff --git a/Source/core/loader/EmptyClients.h b/Source/core/loader/EmptyClients.h
|
| index 5a25ac65d8e93210fd4982b3947523521c1a1c8a..4717988f5c41611e959249b89356c389dd4d9101 100644
|
| --- a/Source/core/loader/EmptyClients.h
|
| +++ b/Source/core/loader/EmptyClients.h
|
| @@ -29,9 +29,8 @@
|
| #ifndef EmptyClients_h
|
| #define EmptyClients_h
|
|
|
| -#include "DeviceMotionClient.h"
|
| -#include "DeviceOrientationClient.h"
|
| #include "InspectorClient.h"
|
| +#include "core/dom/DeviceOrientationClient.h"
|
| #include "core/loader/FrameLoaderClient.h"
|
| #include "core/page/ChromeClient.h"
|
| #include "core/page/ContextMenuClient.h"
|
| @@ -42,6 +41,7 @@
|
| #include "core/platform/graphics/FloatRect.h"
|
| #include "core/platform/network/ResourceError.h"
|
| #include "core/platform/text/TextCheckerClient.h"
|
| +#include "modules/device_orientation/DeviceMotionClient.h"
|
|
|
| #include <v8.h>
|
|
|
|
|