| Index: content/child/webcrypto/platform_crypto.h
|
| diff --git a/content/renderer/webcrypto/platform_crypto.h b/content/child/webcrypto/platform_crypto.h
|
| similarity index 97%
|
| rename from content/renderer/webcrypto/platform_crypto.h
|
| rename to content/child/webcrypto/platform_crypto.h
|
| index 4b79fd875eaa26fcf139a91c16e5b834ff8f534f..63af4fea9eaf500b9986914740685e88894fdee6 100644
|
| --- a/content/renderer/webcrypto/platform_crypto.h
|
| +++ b/content/child/webcrypto/platform_crypto.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_PLATFORM_CRYPTO_H_
|
| -#define CONTENT_RENDERER_WEBCRYPTO_PLATFORM_CRYPTO_H_
|
| +#ifndef CONTENT_CHILD_WEBCRYPTO_PLATFORM_CRYPTO_H_
|
| +#define CONTENT_CHILD_WEBCRYPTO_PLATFORM_CRYPTO_H_
|
|
|
| #include "base/basictypes.h"
|
| #include "base/compiler_specific.h"
|
| @@ -182,4 +182,4 @@ Status ExportKeySpki(PublicKey* key, blink::WebArrayBuffer* buffer);
|
|
|
| } // namespace content
|
|
|
| -#endif // CONTENT_RENDERER_WEBCRYPTO_PLATFORM_CRYPTO_H_
|
| +#endif // CONTENT_CHILD_WEBCRYPTO_PLATFORM_CRYPTO_H_
|
|
|