| Index: Source/core/dom/DeviceOrientationEvent.cpp
|
| diff --git a/Source/core/dom/DeviceOrientationEvent.cpp b/Source/core/dom/DeviceOrientationEvent.cpp
|
| index 7b1ac09915174767027a58ae9813e36bffdf9d49..5875edcc5beca0779b374084a8be05c8994c06f0 100644
|
| --- a/Source/core/dom/DeviceOrientationEvent.cpp
|
| +++ b/Source/core/dom/DeviceOrientationEvent.cpp
|
| @@ -24,10 +24,10 @@
|
| */
|
|
|
| #include "config.h"
|
| -#include "DeviceOrientationEvent.h"
|
| +#include "core/dom/DeviceOrientationEvent.h"
|
|
|
| -#include "DeviceOrientationData.h"
|
| -#include "EventNames.h"
|
| +#include "core/dom/DeviceOrientationData.h"
|
| +#include "core/dom/EventNames.h"
|
|
|
| namespace WebCore {
|
|
|
|
|