| Index: content/child/webcrypto/crypto_data.h
|
| diff --git a/content/renderer/webcrypto/crypto_data.h b/content/child/webcrypto/crypto_data.h
|
| similarity index 90%
|
| rename from content/renderer/webcrypto/crypto_data.h
|
| rename to content/child/webcrypto/crypto_data.h
|
| index 714a29c0707ee54e468f8b8a7fcaafd1ac60b64b..d12d116dc874418f1fb170f53bb7345d0ed69e9b 100644
|
| --- a/content/renderer/webcrypto/crypto_data.h
|
| +++ b/content/child/webcrypto/crypto_data.h
|
| @@ -2,8 +2,8 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#ifndef CONTENT_RENDERER_WEBCRYPTO_CRYPTO_DATA_H_
|
| -#define CONTENT_RENDERER_WEBCRYPTO_CRYPTO_DATA_H_
|
| +#ifndef CONTENT_CHILD_WEBCRYPTO_CRYPTO_DATA_H_
|
| +#define CONTENT_CHILD_WEBCRYPTO_CRYPTO_DATA_H_
|
|
|
| #include <string>
|
| #include <vector>
|
| @@ -53,4 +53,4 @@ class CONTENT_EXPORT CryptoData {
|
|
|
| } // namespace content
|
|
|
| -#endif // CONTENT_RENDERER_WEBCRYPTO_CRYPTO_DATA_H_
|
| +#endif // CONTENT_CHILD_WEBCRYPTO_CRYPTO_DATA_H_
|
|
|