summaryrefslogtreecommitdiff
path: root/xfa/fde/xml/fde_xml_imp.h
diff options
context:
space:
mode:
authorTom Sepez <tsepez@chromium.org>2017-03-15 12:48:38 -0700
committerChromium commit bot <commit-bot@chromium.org>2017-03-15 23:12:43 +0000
commitcfdb5fdd12d47136ad1db9a67fc598a71f6757ff (patch)
tree0af8553fa067d730b62e4b553cf91732d95c5be3 /xfa/fde/xml/fde_xml_imp.h
parent972eb5c6843b235e5414c86c41e962151a94870c (diff)
downloadpdfium-cfdb5fdd12d47136ad1db9a67fc598a71f6757ff.tar.xz
remove CFX_ArrayTemplate from fde/xml.
Change-Id: I62499a271e753e44234412fd855fbd8a56763d71 Reviewed-on: https://pdfium-review.googlesource.com/3055 Reviewed-by: Nicolás Peña <npm@chromium.org> Commit-Queue: Tom Sepez <tsepez@chromium.org>
Diffstat (limited to 'xfa/fde/xml/fde_xml_imp.h')
-rw-r--r--xfa/fde/xml/fde_xml_imp.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/xfa/fde/xml/fde_xml_imp.h b/xfa/fde/xml/fde_xml_imp.h
index ab5ab9be24..687a0cd416 100644
--- a/xfa/fde/xml/fde_xml_imp.h
+++ b/xfa/fde/xml/fde_xml_imp.h
@@ -243,7 +243,7 @@ class CFDE_BlockBuffer {
int32_t& iInnerIndex) const;
void ClearBuffer();
- CFX_ArrayTemplate<wchar_t*> m_BlockArray;
+ std::vector<std::unique_ptr<wchar_t, FxFreeDeleter>> m_BlockArray;
int32_t m_iDataLength;
int32_t m_iBufferSize;
int32_t m_iAllocStep;