diff options
author | Tom Sepez <tsepez@chromium.org> | 2016-01-21 16:01:41 -0800 |
---|---|---|
committer | Tom Sepez <tsepez@chromium.org> | 2016-01-21 16:01:41 -0800 |
commit | 9ebc84109d7d2f7b81f06f19e5db20888e026c3b (patch) | |
tree | 9091387b73fd4a88f8395a66ebf4e56ff6cc7ad4 /core/include/fpdfapi/fpdf_module.h | |
parent | da9355139b5dce270be02af31db326d60f488e8c (diff) | |
download | pdfium-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/fpdfapi/fpdf_module.h')
-rw-r--r-- | core/include/fpdfapi/fpdf_module.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/include/fpdfapi/fpdf_module.h b/core/include/fpdfapi/fpdf_module.h index e22b63e544..f68511cc77 100644 --- a/core/include/fpdfapi/fpdf_module.h +++ b/core/include/fpdfapi/fpdf_module.h @@ -24,7 +24,7 @@ class CPDF_Document; class CPDF_FontGlobals; class CPDF_Image; class CPDF_Page; -class CPDF_PageObjects; +class CPDF_PageObjectList; class CPDF_PageRenderCache; class CPDF_RenderConfig; class CPDF_RenderOptions; |