| Index: third_party/WebKit/Source/modules/crypto/CryptoResultImpl.cpp
|
| diff --git a/third_party/WebKit/Source/modules/crypto/CryptoResultImpl.cpp b/third_party/WebKit/Source/modules/crypto/CryptoResultImpl.cpp
|
| index bf8332dfc0cb68be90722188d48b530eec40d1d3..db5abe99f785dddea7d537f210fffddc322fbe8b 100644
|
| --- a/third_party/WebKit/Source/modules/crypto/CryptoResultImpl.cpp
|
| +++ b/third_party/WebKit/Source/modules/crypto/CryptoResultImpl.cpp
|
| @@ -43,9 +43,9 @@
|
| #include "core/dom/ExecutionContext.h"
|
| #include "modules/crypto/CryptoKey.h"
|
| #include "modules/crypto/NormalizeAlgorithm.h"
|
| +#include "platform/wtf/Atomics.h"
|
| #include "public/platform/Platform.h"
|
| #include "public/platform/WebCryptoAlgorithm.h"
|
| -#include "wtf/Atomics.h"
|
|
|
| namespace blink {
|
|
|
|
|