| Index: core/fpdfapi/fpdf_parser/cpdf_standard_crypto_handler.h
|
| diff --git a/core/src/fpdfapi/fpdf_parser/cpdf_standard_crypto_handler.h b/core/fpdfapi/fpdf_parser/cpdf_standard_crypto_handler.h
|
| similarity index 91%
|
| rename from core/src/fpdfapi/fpdf_parser/cpdf_standard_crypto_handler.h
|
| rename to core/fpdfapi/fpdf_parser/cpdf_standard_crypto_handler.h
|
| index 3ef1f7143f448847e29057546fc428916f7f7549..28b7503f6ecddcb34fb3f0f335a41da2acedc96b 100644
|
| --- a/core/src/fpdfapi/fpdf_parser/cpdf_standard_crypto_handler.h
|
| +++ b/core/fpdfapi/fpdf_parser/cpdf_standard_crypto_handler.h
|
| @@ -4,8 +4,8 @@
|
|
|
| // Original code copyright 2014 Foxit Software Inc. http://www.foxitsoftware.com
|
|
|
| -#ifndef CORE_SRC_FPDFAPI_FPDF_PARSER_CPDF_STANDARD_CRYPTO_HANDLER_H_
|
| -#define CORE_SRC_FPDFAPI_FPDF_PARSER_CPDF_STANDARD_CRYPTO_HANDLER_H_
|
| +#ifndef CORE_FPDFAPI_FPDF_PARSER_CPDF_STANDARD_CRYPTO_HANDLER_H_
|
| +#define CORE_FPDFAPI_FPDF_PARSER_CPDF_STANDARD_CRYPTO_HANDLER_H_
|
|
|
| #include "core/include/fpdfapi/ipdf_crypto_handler.h"
|
|
|
| @@ -61,4 +61,4 @@ class CPDF_StandardCryptoHandler : public IPDF_CryptoHandler {
|
| uint8_t* m_pAESContext;
|
| };
|
|
|
| -#endif // CORE_SRC_FPDFAPI_FPDF_PARSER_CPDF_STANDARD_CRYPTO_HANDLER_H_
|
| +#endif // CORE_FPDFAPI_FPDF_PARSER_CPDF_STANDARD_CRYPTO_HANDLER_H_
|
|
|