| Index: core/fpdfapi/page/cpdf_image.h
|
| diff --git a/core/fpdfapi/fpdf_page/cpdf_image.h b/core/fpdfapi/page/cpdf_image.h
|
| similarity index 95%
|
| rename from core/fpdfapi/fpdf_page/cpdf_image.h
|
| rename to core/fpdfapi/page/cpdf_image.h
|
| index 4254202c9dc6b3ae816b4d71e84bb7e47c16d52d..0bf806c13e88255a881adc87d9aeda0c3a8ad579 100644
|
| --- a/core/fpdfapi/fpdf_page/cpdf_image.h
|
| +++ b/core/fpdfapi/page/cpdf_image.h
|
| @@ -4,8 +4,8 @@
|
|
|
| // Original code copyright 2014 Foxit Software Inc. http://www.foxitsoftware.com
|
|
|
| -#ifndef CORE_FPDFAPI_FPDF_PAGE_CPDF_IMAGE_H_
|
| -#define CORE_FPDFAPI_FPDF_PAGE_CPDF_IMAGE_H_
|
| +#ifndef CORE_FPDFAPI_PAGE_CPDF_IMAGE_H_
|
| +#define CORE_FPDFAPI_PAGE_CPDF_IMAGE_H_
|
|
|
| #include "core/fpdfapi/fpdf_parser/cpdf_stream.h"
|
| #include "core/fxcrt/fx_system.h"
|
| @@ -87,4 +87,4 @@ class CPDF_Image {
|
| CPDF_Dictionary* m_pOC;
|
| };
|
|
|
| -#endif // CORE_FPDFAPI_FPDF_PAGE_CPDF_IMAGE_H_
|
| +#endif // CORE_FPDFAPI_PAGE_CPDF_IMAGE_H_
|
|
|