| Index: core/fpdfapi/page/cpdf_colorstate.h
|
| diff --git a/core/fpdfapi/fpdf_page/cpdf_colorstate.h b/core/fpdfapi/page/cpdf_colorstate.h
|
| similarity index 90%
|
| rename from core/fpdfapi/fpdf_page/cpdf_colorstate.h
|
| rename to core/fpdfapi/page/cpdf_colorstate.h
|
| index 9114ad352875dec87fcd1477b709ba6c2af51a98..916abed7ee26d43cb9ef77d000562331668a32bd 100644
|
| --- a/core/fpdfapi/fpdf_page/cpdf_colorstate.h
|
| +++ b/core/fpdfapi/page/cpdf_colorstate.h
|
| @@ -4,10 +4,10 @@
|
|
|
| // Original code copyright 2014 Foxit Software Inc. http://www.foxitsoftware.com
|
|
|
| -#ifndef CORE_FPDFAPI_FPDF_PAGE_CPDF_COLORSTATE_H_
|
| -#define CORE_FPDFAPI_FPDF_PAGE_CPDF_COLORSTATE_H_
|
| +#ifndef CORE_FPDFAPI_PAGE_CPDF_COLORSTATE_H_
|
| +#define CORE_FPDFAPI_PAGE_CPDF_COLORSTATE_H_
|
|
|
| -#include "core/fpdfapi/fpdf_page/cpdf_color.h"
|
| +#include "core/fpdfapi/page/cpdf_color.h"
|
| #include "core/fxcrt/cfx_count_ref.h"
|
| #include "core/fxcrt/fx_basic.h"
|
| #include "core/fxcrt/fx_system.h"
|
| @@ -74,4 +74,4 @@ class CPDF_ColorState {
|
| CFX_CountRef<ColorData> m_Ref;
|
| };
|
|
|
| -#endif // CORE_FPDFAPI_FPDF_PAGE_CPDF_COLORSTATE_H_
|
| +#endif // CORE_FPDFAPI_PAGE_CPDF_COLORSTATE_H_
|
|
|