| Index: core/fpdfapi/page/cpdf_pageobjectlist.h
|
| diff --git a/core/fpdfapi/fpdf_page/cpdf_pageobjectlist.h b/core/fpdfapi/page/cpdf_pageobjectlist.h
|
| similarity index 73%
|
| rename from core/fpdfapi/fpdf_page/cpdf_pageobjectlist.h
|
| rename to core/fpdfapi/page/cpdf_pageobjectlist.h
|
| index 360bb26e8b959d40b08ffeb85c3888ee149aeb89..b4505371f8ec0b6c05ed874755772f01053eb4ca 100644
|
| --- a/core/fpdfapi/fpdf_page/cpdf_pageobjectlist.h
|
| +++ b/core/fpdfapi/page/cpdf_pageobjectlist.h
|
| @@ -4,8 +4,8 @@
|
|
|
| // Original code copyright 2014 Foxit Software Inc. http://www.foxitsoftware.com
|
|
|
| -#ifndef CORE_FPDFAPI_FPDF_PAGE_CPDF_PAGEOBJECTLIST_H_
|
| -#define CORE_FPDFAPI_FPDF_PAGE_CPDF_PAGEOBJECTLIST_H_
|
| +#ifndef CORE_FPDFAPI_PAGE_CPDF_PAGEOBJECTLIST_H_
|
| +#define CORE_FPDFAPI_PAGE_CPDF_PAGEOBJECTLIST_H_
|
|
|
| #include <deque>
|
| #include <memory>
|
| @@ -18,4 +18,4 @@ class CPDF_PageObjectList
|
| CPDF_PageObject* GetPageObjectByIndex(int index);
|
| };
|
|
|
| -#endif // CORE_FPDFAPI_FPDF_PAGE_CPDF_PAGEOBJECTLIST_H_
|
| +#endif // CORE_FPDFAPI_PAGE_CPDF_PAGEOBJECTLIST_H_
|
|
|