Include safe_conversions.h in pdfium_engine.cc
commitc85b8aba626c826fb6860e95b111d7247d987cc0
authortsepez <tsepez@chromium.org>
Wed, 4 Feb 2015 01:23:47 +0000 (3 17:23 -0800)
committerCommit bot <commit-bot@chromium.org>
Wed, 4 Feb 2015 01:24:46 +0000 (4 01:24 +0000)
treebb033d9929d3fd2f514b38ebb0da679ddbd28886
parent0785e96af47371df486135eaad53f3e1842d20c8
Include safe_conversions.h in pdfium_engine.cc

This is required for IWYU for checked_cast<>() use in this file; this
happened to work because pdfium was leaking some base:: symbols. Fixing
that issue in pdfium unmasked the problem.

Review URL: https://codereview.chromium.org/902443003

Cr-Commit-Position: refs/heads/master@{#314461}
pdf/pdfium/pdfium_engine.cc