From c560a8c11a6f8ee239e570db8c022ae0fd2a4db5 Mon Sep 17 00:00:00 2001 From: Ryan Harrison Date: Thu, 4 Jan 2018 14:43:27 -0500 Subject: Convert usages of pdfium::Optional to Optional Change-Id: I29769f78eaad10c6a8b79e27524336c4f330377e Reviewed-on: https://pdfium-review.googlesource.com/22258 Reviewed-by: Tom Sepez Reviewed-by: dsinclair Commit-Queue: Ryan Harrison --- third_party/base/optional.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'third_party/base') diff --git a/third_party/base/optional.h b/third_party/base/optional.h index ae25724e73..f92101c19b 100644 --- a/third_party/base/optional.h +++ b/third_party/base/optional.h @@ -503,4 +503,7 @@ struct hash> { } // namespace std +template +using Optional = pdfium::Optional; + #endif // PDFIUM_THIRD_PARTY_BASE_OPTIONAL_H_ -- cgit v1.2.3