From b2ed5de36ca387e0a9bbc3dfb9f5b568c7cc2ea8 Mon Sep 17 00:00:00 2001 From: Lei Zhang Date: Thu, 17 Sep 2015 15:48:48 -0700 Subject: 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 . --- third_party/base/numerics/safe_conversions_impl.h | 1 - 1 file changed, 1 deletion(-) (limited to 'third_party/base') 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_ - -- cgit v1.2.3