| Index: sky/engine/public/web/WebDocument.h
|
| diff --git a/sky/engine/public/web/WebDocument.h b/sky/engine/public/web/WebDocument.h
|
| index 56e0d276644b9ad3ae495f01a140eff291e165f3..ff93f629713e571fb533256d45dba564a812719f 100644
|
| --- a/sky/engine/public/web/WebDocument.h
|
| +++ b/sky/engine/public/web/WebDocument.h
|
| @@ -33,9 +33,9 @@
|
|
|
| #include "../platform/WebReferrerPolicy.h"
|
| #include "../platform/WebVector.h"
|
| -#include "WebExceptionCode.h"
|
| -#include "WebFrame.h"
|
| -#include "WebNode.h"
|
| +#include "sky/engine/public/web/WebExceptionCode.h"
|
| +#include "sky/engine/public/web/WebFrame.h"
|
| +#include "sky/engine/public/web/WebNode.h"
|
|
|
| #if BLINK_IMPLEMENTATION
|
| namespace WTF { template <typename T> class PassRefPtr; }
|
|
|