| Index: third_party/WebKit/Source/modules/crypto/CryptoKey.h
|
| diff --git a/third_party/WebKit/Source/modules/crypto/CryptoKey.h b/third_party/WebKit/Source/modules/crypto/CryptoKey.h
|
| index 2c053321d476b5e15c80bbc0871c3a2f91228931..93e40d3f7b98753e898fcb7b365b9d24f5054a8e 100644
|
| --- a/third_party/WebKit/Source/modules/crypto/CryptoKey.h
|
| +++ b/third_party/WebKit/Source/modules/crypto/CryptoKey.h
|
| @@ -31,9 +31,9 @@
|
| #ifndef CryptoKey_h
|
| #define CryptoKey_h
|
|
|
| -#include "bindings/core/v8/ScriptWrappable.h"
|
| #include "modules/ModulesExport.h"
|
| #include "modules/crypto/NormalizeAlgorithm.h"
|
| +#include "platform/bindings/ScriptWrappable.h"
|
| #include "platform/heap/Handle.h"
|
| #include "platform/wtf/Forward.h"
|
| #include "platform/wtf/text/WTFString.h"
|
|
|