| Index: public/webview/WebDeviceOrientationClientMock.h
|
| diff --git a/Source/WebKit/chromium/public/WebDeviceOrientationClientMock.h b/public/webview/WebDeviceOrientationClientMock.h
|
| similarity index 95%
|
| copy from Source/WebKit/chromium/public/WebDeviceOrientationClientMock.h
|
| copy to public/webview/WebDeviceOrientationClientMock.h
|
| index f6f881127741f0f92061407ebc0f93dd8331405b..b2e34d347725068adebb66fae0b412f0f254c57b 100644
|
| --- a/Source/WebKit/chromium/public/WebDeviceOrientationClientMock.h
|
| +++ b/public/webview/WebDeviceOrientationClientMock.h
|
| @@ -26,8 +26,8 @@
|
| #ifndef WebDeviceOrientationClientMock_h
|
| #define WebDeviceOrientationClientMock_h
|
|
|
| -#include "../../../../public/platform/WebCommon.h"
|
| -#include "../../../../public/platform/WebPrivateOwnPtr.h"
|
| +#include "../platform/WebCommon.h"
|
| +#include "../platform/WebPrivateOwnPtr.h"
|
| #include "WebDeviceOrientationClient.h"
|
|
|
| namespace WebCore { class DeviceOrientationClientMock; }
|
|
|