diff options
author | Lei Zhang <thestig@chromium.org> | 2018-09-20 12:56:04 +0000 |
---|---|---|
committer | Chromium commit bot <commit-bot@chromium.org> | 2018-09-20 12:56:04 +0000 |
commit | dd92aa5946259b3252beec2b4760adbfa9f985a4 (patch) | |
tree | 0b069943bcfb437ea35bc0da0abf771cda80a14e /core/fpdfapi/parser | |
parent | 109aa6d0f673aee11a398aae478fb758fc73a33f (diff) | |
download | pdfium-dd92aa5946259b3252beec2b4760adbfa9f985a4.tar.xz |
Fix misc lint errors and other cleanups.
Change-Id: I00ce0109251d1231858e87ffc3889abe6937fa26
Reviewed-on: https://pdfium-review.googlesource.com/42811
Commit-Queue: dsinclair <dsinclair@chromium.org>
Reviewed-by: dsinclair <dsinclair@chromium.org>
Diffstat (limited to 'core/fpdfapi/parser')
-rw-r--r-- | core/fpdfapi/parser/cpdf_cross_ref_avail.cpp | 1 | ||||
-rw-r--r-- | core/fpdfapi/parser/cpdf_object_avail_unittest.cpp | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/core/fpdfapi/parser/cpdf_cross_ref_avail.cpp b/core/fpdfapi/parser/cpdf_cross_ref_avail.cpp index 2ab530e00a..e5cdb70319 100644 --- a/core/fpdfapi/parser/cpdf_cross_ref_avail.cpp +++ b/core/fpdfapi/parser/cpdf_cross_ref_avail.cpp @@ -5,6 +5,7 @@ #include "core/fpdfapi/parser/cpdf_cross_ref_avail.h" #include <algorithm> +#include <memory> #include <vector> #include "core/fpdfapi/parser/cpdf_dictionary.h" diff --git a/core/fpdfapi/parser/cpdf_object_avail_unittest.cpp b/core/fpdfapi/parser/cpdf_object_avail_unittest.cpp index 7dc1dcc050..fb29d6f75c 100644 --- a/core/fpdfapi/parser/cpdf_object_avail_unittest.cpp +++ b/core/fpdfapi/parser/cpdf_object_avail_unittest.cpp @@ -5,6 +5,7 @@ #include "core/fpdfapi/parser/cpdf_object_avail.h" #include <map> +#include <memory> #include <utility> #include "core/fpdfapi/parser/cpdf_array.h" |