| Index: third_party/WebKit/public/web/WebDraggableRegion.h
|
| diff --git a/third_party/WebKit/public/web/WebDraggableRegion.h b/third_party/WebKit/public/web/WebDraggableRegion.h
|
| index 3f9ee55858d41944d4da11d2682fcd4f221d0a4c..15deaf7112bef30e439cef44ebe13a534114f6b5 100644
|
| --- a/third_party/WebKit/public/web/WebDraggableRegion.h
|
| +++ b/third_party/WebKit/public/web/WebDraggableRegion.h
|
| @@ -31,9 +31,9 @@
|
| #ifndef WebDraggableRegion_h
|
| #define WebDraggableRegion_h
|
|
|
| -#include "../platform/WebCommon.h"
|
| -#include "../platform/WebRect.h"
|
| -#include "../platform/WebString.h"
|
| +#include "public/platform/WebCommon.h"
|
| +#include "public/platform/WebRect.h"
|
| +#include "public/platform/WebString.h"
|
|
|
| namespace blink {
|
|
|
|
|