diff options
author | Tom Sepez <tsepez@chromium.org> | 2016-01-21 16:09:36 -0800 |
---|---|---|
committer | Tom Sepez <tsepez@chromium.org> | 2016-01-21 16:09:36 -0800 |
commit | 8139bc147f6936d490d2e47632213ec13251e925 (patch) | |
tree | 881be2d42955320a6f296c9558c11804f1edb71a /core/include/fpdftext/fpdf_text.h | |
parent | b5b2a9162e3e5d17b233d912399daca9be5ed51b (diff) | |
download | pdfium-8139bc147f6936d490d2e47632213ec13251e925.tar.xz |
Merge to XFA: Rename CPDF_PageObjects to CPDF_PageObjectList
Orignal Review URL: https://codereview.chromium.org/1612113003 .
(cherry picked from commit 9ebc84109d7d2f7b81f06f19e5db20888e026c3b)
R=ochang@chromium.org
TBR=ochang@chromium.org
Review URL: https://codereview.chromium.org/1612243002 .
Diffstat (limited to 'core/include/fpdftext/fpdf_text.h')
-rw-r--r-- | core/include/fpdftext/fpdf_text.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/include/fpdftext/fpdf_text.h b/core/include/fpdftext/fpdf_text.h index a7fc6bdfbb..77b0c29a6b 100644 --- a/core/include/fpdftext/fpdf_text.h +++ b/core/include/fpdftext/fpdf_text.h @@ -10,7 +10,7 @@ #include "core/include/fpdfapi/fpdf_parser.h" class CPDF_Page; -class CPDF_PageObjects; +class CPDF_PageObjectList; class CPDF_TextObject; class IPDF_LinkExtract; class IPDF_ReflowedPage; |