Index: third_party/crashpad/README.chromium |
diff --git a/third_party/crashpad/README.chromium b/third_party/crashpad/README.chromium |
index 8cd2e50943cefbec0e1a096608797ba11600a81a..b18bb0fee062d46a700895bac7a5cf53978a191c 100644 |
--- a/third_party/crashpad/README.chromium |
+++ b/third_party/crashpad/README.chromium |
@@ -37,3 +37,5 @@ $ git am --3way --message-id -p4 /tmp/patchdir |
Local Modifications: |
- Removed references to "base/basictypes.h" and replaced them with appropriate |
headers. |
+- Updated usage of ScopedLaunchData to use explicit methods rather than the |
+ implicit |operator T()| conversion. |