| Index: Source/core/dom/DeviceOrientationController.cpp
|
| diff --git a/Source/core/dom/DeviceOrientationController.cpp b/Source/core/dom/DeviceOrientationController.cpp
|
| index 95267665214f2a6cd6800c2ae11dcb6acf7fcc15..7029da4ae49465d1a61ec42566033693614c1f52 100644
|
| --- a/Source/core/dom/DeviceOrientationController.cpp
|
| +++ b/Source/core/dom/DeviceOrientationController.cpp
|
| @@ -25,12 +25,12 @@
|
| */
|
|
|
| #include "config.h"
|
| -#include "DeviceOrientationController.h"
|
| +#include "core/dom/DeviceOrientationController.h"
|
|
|
| -#include "DeviceOrientationClient.h"
|
| -#include "DeviceOrientationData.h"
|
| -#include "DeviceOrientationEvent.h"
|
| #include "InspectorInstrumentation.h"
|
| +#include "core/dom/DeviceOrientationClient.h"
|
| +#include "core/dom/DeviceOrientationData.h"
|
| +#include "core/dom/DeviceOrientationEvent.h"
|
|
|
| namespace WebCore {
|
|
|
|
|