| Index: public/web/WebDocument.h
|
| diff --git a/public/web/WebDocument.h b/public/web/WebDocument.h
|
| index d0eba00d1ee690df9616502ce21b25b8f359ea68..ab9d517519320e3792977ad0434bbe6b056b45d5 100644
|
| --- a/public/web/WebDocument.h
|
| +++ b/public/web/WebDocument.h
|
| @@ -31,12 +31,12 @@
|
| #ifndef WebDocument_h
|
| #define WebDocument_h
|
|
|
| -#include "../platform/WebReferrerPolicy.h"
|
| -#include "../platform/WebVector.h"
|
| #include "WebDraggableRegion.h"
|
| #include "WebExceptionCode.h"
|
| #include "WebNode.h"
|
| #include "WebSecurityOrigin.h"
|
| +#include "public/platform/WebReferrerPolicy.h"
|
| +#include "public/platform/WebVector.h"
|
|
|
| #if BLINK_IMPLEMENTATION
|
| namespace WebCore {
|
|
|