Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(289)

Unified Diff: third_party/BUILD.gn

Issue 1547833002: Switch from nonstd::unique_ptr to std::unique_ptr. (Closed) Base URL: https://pdfium.googlesource.com/pdfium@master
Patch Set: Created 5 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: third_party/BUILD.gn
diff --git a/third_party/BUILD.gn b/third_party/BUILD.gn
index 214614c8b6a35d3c73e173637e8b6002161f31d8..57bb495c5ff058e57bb75afb6f95f0b543b7c18c 100644
--- a/third_party/BUILD.gn
+++ b/third_party/BUILD.gn
@@ -303,7 +303,6 @@ source_set("pdfium_base") {
sources = [
"base/logging.h",
"base/macros.h",
- "base/nonstd_unique_ptr.h",
"base/numerics/safe_conversions.h",
"base/numerics/safe_conversions_impl.h",
"base/numerics/safe_math.h",

Powered by Google App Engine
This is Rietveld 408576698