summaryrefslogtreecommitdiff
path: root/third_party/base
diff options
context:
space:
mode:
authorLei Zhang <thestig@chromium.org>2015-09-17 15:48:48 -0700
committerLei Zhang <thestig@chromium.org>2015-09-17 15:48:48 -0700
commitb2ed5de36ca387e0a9bbc3dfb9f5b568c7cc2ea8 (patch)
tree05baf3a6a82bed3bdbbc82b97debf384bcce6ee5 /third_party/base
parent363bfbcc2a1b223147d16d184c357591c9829242 (diff)
downloadpdfium-b2ed5de36ca387e0a9bbc3dfb9f5b568c7cc2ea8.tar.xz
Merge to XFA: Fix a #include in fpdf_page_func.cpp.
Not sure why building with gyp was working despite the missing '../' but it wasn't working in stricter build systems. TBR=dml@google.com Review URL: https://codereview.chromium.org/1321293003. (cherry picked from commit fa31d9630aadfe101d3b35e26ce0fc926ec1505b) Review URL: https://codereview.chromium.org/1345313003 .
Diffstat (limited to 'third_party/base')
-rw-r--r--third_party/base/numerics/safe_conversions_impl.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/third_party/base/numerics/safe_conversions_impl.h b/third_party/base/numerics/safe_conversions_impl.h
index ed3c39c7f0..f7afdfe31c 100644
--- a/third_party/base/numerics/safe_conversions_impl.h
+++ b/third_party/base/numerics/safe_conversions_impl.h
@@ -217,4 +217,3 @@ inline RangeConstraint DstRangeRelationToSrcRange(Src value) {
} // namespace pdfium
#endif // PDFIUM_THIRD_PARTY_BASE_SAFE_CONVERSIONS_IMPL_H_
-