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. |