| Index: public/webview/WebDeviceOrientationController.h
|
| diff --git a/Source/WebKit/chromium/public/WebDeviceOrientationController.h b/public/webview/WebDeviceOrientationController.h
|
| similarity index 97%
|
| copy from Source/WebKit/chromium/public/WebDeviceOrientationController.h
|
| copy to public/webview/WebDeviceOrientationController.h
|
| index 6c5c628262bc031a33cc325684d3dc915477554f..8e9842245394ca02e134d3599640e08f264e31e3 100644
|
| --- a/Source/WebKit/chromium/public/WebDeviceOrientationController.h
|
| +++ b/public/webview/WebDeviceOrientationController.h
|
| @@ -26,7 +26,7 @@
|
| #ifndef WebDeviceOrientationController_h
|
| #define WebDeviceOrientationController_h
|
|
|
| -#include "../../../../public/platform/WebCommon.h"
|
| +#include "../platform/WebCommon.h"
|
|
|
| namespace WebCore { class DeviceOrientationController; }
|
|
|
|
|