| Index: third_party/WebKit/public/web/WebKit.h
|
| diff --git a/third_party/WebKit/public/web/WebKit.h b/third_party/WebKit/public/web/WebKit.h
|
| index fa3d12e209a06cef2fc90181df6b14fe93cf7e39..f15eceb8dbdf40b055fb611f7278825c4c08a4cc 100644
|
| --- a/third_party/WebKit/public/web/WebKit.h
|
| +++ b/third_party/WebKit/public/web/WebKit.h
|
| @@ -31,8 +31,8 @@
|
| #ifndef WebKit_h
|
| #define WebKit_h
|
|
|
| -#include "../platform/Platform.h"
|
| -#include <v8.h>
|
| +#include "public/platform/Platform.h"
|
| +#include "v8/include/v8.h"
|
|
|
| namespace blink {
|
|
|
|
|