| Index: Source/modules/crypto/Key.h
|
| diff --git a/Source/modules/crypto/Key.h b/Source/modules/crypto/Key.h
|
| index 4982123b63e66c964bbe4460871265e9eadda5ce..8b00175857ff25498f73fa41d31648e10896bd11 100644
|
| --- a/Source/modules/crypto/Key.h
|
| +++ b/Source/modules/crypto/Key.h
|
| @@ -32,8 +32,8 @@
|
| #define Key_h
|
|
|
| #include "bindings/v8/ScriptWrappable.h"
|
| -#include "heap/Handle.h"
|
| #include "modules/crypto/NormalizeAlgorithm.h"
|
| +#include "platform/heap/Handle.h"
|
| #include "public/platform/WebCryptoKey.h"
|
| #include "wtf/Forward.h"
|
| #include "wtf/PassRefPtr.h"
|
|
|