| Index: public/webview/WebDraggableRegion.h
|
| diff --git a/Source/WebKit/chromium/public/WebDraggableRegion.h b/public/webview/WebDraggableRegion.h
|
| similarity index 92%
|
| copy from Source/WebKit/chromium/public/WebDraggableRegion.h
|
| copy to public/webview/WebDraggableRegion.h
|
| index d2406f5f39b51a8c53c8ee92f05ae2e0527efec8..1ec01db14d3c5d344ff5c02d78f45135f2523f35 100644
|
| --- a/Source/WebKit/chromium/public/WebDraggableRegion.h
|
| +++ b/public/webview/WebDraggableRegion.h
|
| @@ -31,9 +31,9 @@
|
| #ifndef WebDraggableRegion_h
|
| #define WebDraggableRegion_h
|
|
|
| -#include "../../../../public/platform/WebCommon.h"
|
| -#include "../../../../public/platform/WebRect.h"
|
| -#include "../../../../public/platform/WebString.h"
|
| +#include "../platform/WebCommon.h"
|
| +#include "../platform/WebRect.h"
|
| +#include "../platform/WebString.h"
|
|
|
| namespace WebKit {
|
|
|
|
|