diff options
author | thestig <thestig@chromium.org> | 2016-09-28 22:06:20 -0700 |
---|---|---|
committer | Commit bot <commit-bot@chromium.org> | 2016-09-28 22:06:20 -0700 |
commit | aca4fc767d663e43d323b96a75804a8f5cafd8d4 (patch) | |
tree | 3e4e5c168af167ba6044c83431511b9a978773ed /core/fpdfapi | |
parent | 3873f302948e37aad7066c8231575f486015cc34 (diff) | |
download | pdfium-aca4fc767d663e43d323b96a75804a8f5cafd8d4.tar.xz |
Replace a few more std::unique_ptr.reset() with WrapUnique assignments.
And fix a typo.
TBR=tsepez@chromium.org
Review-Url: https://codereview.chromium.org/2382443004
Diffstat (limited to 'core/fpdfapi')
-rw-r--r-- | core/fpdfapi/fpdf_parser/include/cpdf_stream.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/fpdfapi/fpdf_parser/include/cpdf_stream.h b/core/fpdfapi/fpdf_parser/include/cpdf_stream.h index b39b20a1e9..69a612cc0c 100644 --- a/core/fpdfapi/fpdf_parser/include/cpdf_stream.h +++ b/core/fpdfapi/fpdf_parser/include/cpdf_stream.h @@ -18,7 +18,7 @@ class CPDF_Stream : public CPDF_Object { public: CPDF_Stream(); - // Takes onwership of |pData| and |pDict|. + // Takes ownership of |pData| and |pDict|. CPDF_Stream(uint8_t* pData, uint32_t size, CPDF_Dictionary* pDict); // CPDF_Object. |