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