| Index: third_party/WebKit/Source/modules/crypto/Crypto.h
|
| diff --git a/third_party/WebKit/Source/modules/crypto/Crypto.h b/third_party/WebKit/Source/modules/crypto/Crypto.h
|
| index 05912177bca8b66d0114b128dd472cd5f39b52d4..af855bb08e8cf2ae960aefa205b456d257b7ffdb 100644
|
| --- a/third_party/WebKit/Source/modules/crypto/Crypto.h
|
| +++ b/third_party/WebKit/Source/modules/crypto/Crypto.h
|
| @@ -29,8 +29,8 @@
|
| #ifndef Crypto_h
|
| #define Crypto_h
|
|
|
| -#include "bindings/core/v8/ScriptWrappable.h"
|
| #include "modules/crypto/SubtleCrypto.h"
|
| +#include "platform/bindings/ScriptWrappable.h"
|
| #include "platform/heap/Handle.h"
|
|
|
| namespace blink {
|
|
|