| Index: third_party/WebKit/public/web/WebFrameClient.h
|
| diff --git a/third_party/WebKit/public/web/WebFrameClient.h b/third_party/WebKit/public/web/WebFrameClient.h
|
| index b4b8a74a8b5c643fa364d43ab082f79f6f730e82..5bf558bdb55eb59a54a0fdb1fa37d2ecc475dc43 100644
|
| --- a/third_party/WebKit/public/web/WebFrameClient.h
|
| +++ b/third_party/WebKit/public/web/WebFrameClient.h
|
| @@ -31,8 +31,6 @@
|
| #ifndef WebFrameClient_h
|
| #define WebFrameClient_h
|
|
|
| -#include <v8.h>
|
| -#include "../platform/WebColor.h"
|
| #include "WebAXObject.h"
|
| #include "WebDOMMessageEvent.h"
|
| #include "WebDataSource.h"
|
| @@ -49,6 +47,7 @@
|
| #include "WebSandboxFlags.h"
|
| #include "WebTextDirection.h"
|
| #include "public/platform/BlameContext.h"
|
| +#include "public/platform/WebColor.h"
|
| #include "public/platform/WebCommon.h"
|
| #include "public/platform/WebContentSecurityPolicyStruct.h"
|
| #include "public/platform/WebEffectiveConnectionType.h"
|
| @@ -64,6 +63,7 @@
|
| #include "public/platform/WebStorageQuotaType.h"
|
| #include "public/platform/WebURLError.h"
|
| #include "public/platform/WebURLRequest.h"
|
| +#include "v8/include/v8.h"
|
|
|
| namespace blink {
|
|
|
|
|