summaryrefslogtreecommitdiff
path: root/core/include/fpdftext
diff options
context:
space:
mode:
authorTom Sepez <tsepez@chromium.org>2016-01-21 16:01:41 -0800
committerTom Sepez <tsepez@chromium.org>2016-01-21 16:01:41 -0800
commit9ebc84109d7d2f7b81f06f19e5db20888e026c3b (patch)
tree9091387b73fd4a88f8395a66ebf4e56ff6cc7ad4 /core/include/fpdftext
parentda9355139b5dce270be02af31db326d60f488e8c (diff)
downloadpdfium-9ebc84109d7d2f7b81f06f19e5db20888e026c3b.tar.xz
Rename CPDF_PageObjects to CPDF_PageObjectList
Prefer class names to be singular. R=ochang@chromium.org Review URL: https://codereview.chromium.org/1612113003 .
Diffstat (limited to 'core/include/fpdftext')
-rw-r--r--core/include/fpdftext/fpdf_text.h2
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;