| Index: content/child/webcrypto/shared_crypto.cc
|
| diff --git a/content/renderer/webcrypto/shared_crypto.cc b/content/child/webcrypto/shared_crypto.cc
|
| similarity index 98%
|
| rename from content/renderer/webcrypto/shared_crypto.cc
|
| rename to content/child/webcrypto/shared_crypto.cc
|
| index b3681c36db6e1e06ac82cec3c44f855982c19afb..ebd05cdcbb39d02f872cedf177b59fd8708f026d 100644
|
| --- a/content/renderer/webcrypto/shared_crypto.cc
|
| +++ b/content/child/webcrypto/shared_crypto.cc
|
| @@ -2,17 +2,17 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#include "content/renderer/webcrypto/shared_crypto.h"
|
| +#include "content/child/webcrypto/shared_crypto.h"
|
|
|
| #include "base/logging.h"
|
| -#include "content/renderer/webcrypto/crypto_data.h"
|
| -#include "content/renderer/webcrypto/platform_crypto.h"
|
| -#include "content/renderer/webcrypto/webcrypto_util.h"
|
| +#include "content/child/webcrypto/crypto_data.h"
|
| +#include "content/child/webcrypto/platform_crypto.h"
|
| +#include "content/child/webcrypto/webcrypto_util.h"
|
| #include "crypto/secure_util.h"
|
| #include "third_party/WebKit/public/platform/WebCryptoAlgorithm.h"
|
| #include "third_party/WebKit/public/platform/WebCryptoAlgorithmParams.h"
|
| -#include "third_party/WebKit/public/platform/WebCryptoKeyAlgorithm.h"
|
| #include "third_party/WebKit/public/platform/WebCryptoKey.h"
|
| +#include "third_party/WebKit/public/platform/WebCryptoKeyAlgorithm.h"
|
|
|
| namespace content {
|
|
|
|
|