| Index: content/child/webcrypto/platform_crypto_openssl.cc
|
| diff --git a/content/renderer/webcrypto/platform_crypto_openssl.cc b/content/child/webcrypto/platform_crypto_openssl.cc
|
| similarity index 98%
|
| rename from content/renderer/webcrypto/platform_crypto_openssl.cc
|
| rename to content/child/webcrypto/platform_crypto_openssl.cc
|
| index e0c1e1776f49329d1e0be53228c279960125422c..172e2e1c7e2fe34ad477771a61a5a7807cf77adf 100644
|
| --- a/content/renderer/webcrypto/platform_crypto_openssl.cc
|
| +++ b/content/child/webcrypto/platform_crypto_openssl.cc
|
| @@ -2,7 +2,7 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#include "content/renderer/webcrypto/platform_crypto.h"
|
| +#include "content/child/webcrypto/platform_crypto.h"
|
|
|
| #include <vector>
|
| #include <openssl/aes.h>
|
| @@ -12,8 +12,8 @@
|
| #include <openssl/sha.h>
|
|
|
| #include "base/logging.h"
|
| -#include "content/renderer/webcrypto/crypto_data.h"
|
| -#include "content/renderer/webcrypto/webcrypto_util.h"
|
| +#include "content/child/webcrypto/crypto_data.h"
|
| +#include "content/child/webcrypto/webcrypto_util.h"
|
| #include "crypto/openssl_util.h"
|
| #include "third_party/WebKit/public/platform/WebArrayBuffer.h"
|
| #include "third_party/WebKit/public/platform/WebCryptoAlgorithm.h"
|
|
|