| Index: third_party/WebKit/Source/modules/crypto/NormalizeAlgorithm.cpp
|
| diff --git a/third_party/WebKit/Source/modules/crypto/NormalizeAlgorithm.cpp b/third_party/WebKit/Source/modules/crypto/NormalizeAlgorithm.cpp
|
| index 862b4942250b02621b6e09a06f1e69daa8ed5be2..d1a8f48bc58edbb044b3b0c455cf9de556fe2243 100644
|
| --- a/third_party/WebKit/Source/modules/crypto/NormalizeAlgorithm.cpp
|
| +++ b/third_party/WebKit/Source/modules/crypto/NormalizeAlgorithm.cpp
|
| @@ -30,10 +30,10 @@
|
|
|
| #include "modules/crypto/NormalizeAlgorithm.h"
|
|
|
| +#include "bindings/core/v8/ArrayBufferOrArrayBufferView.h"
|
| #include "bindings/core/v8/Dictionary.h"
|
| #include "bindings/core/v8/V8ArrayBuffer.h"
|
| #include "bindings/core/v8/V8ArrayBufferView.h"
|
| -#include "bindings/modules/v8/UnionTypesModules.h"
|
| #include "bindings/modules/v8/V8CryptoKey.h"
|
| #include "core/dom/DOMArrayPiece.h"
|
| #include "core/dom/DOMTypedArray.h"
|
|
|