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

Unified Diff: third_party/crashpad/README.chromium

Issue 1911823002: Convert //third_party from scoped_ptr to std::unique_ptr (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Update crashpad's README.chromium Created 4 years, 8 months 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
« no previous file with comments | « third_party/cld/cld.gyp ('k') | third_party/crashpad/crashpad/client/crash_report_database.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/crashpad/README.chromium
diff --git a/third_party/crashpad/README.chromium b/third_party/crashpad/README.chromium
index 3bb727b312f4636f1eaf8ae625e42ccaae0cc5eb..ebbc8445c4e8a1bfced0c893f5385e8d0a9d2b8d 100644
--- a/third_party/crashpad/README.chromium
+++ b/third_party/crashpad/README.chromium
@@ -38,3 +38,4 @@ Local Modifications:
- Move bit_cast from base/macros.h to its own header.
- Replace base/template_util.h with C++11 type_traits.
- Add std::is_same into compat/non_cxx11_lib/type_traits.
+- Use std::unique_ptr instead of scoped_ptr.
« no previous file with comments | « third_party/cld/cld.gyp ('k') | third_party/crashpad/crashpad/client/crash_report_database.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698