Index: third_party/crashpad/crashpad/test/win/win_multiprocess.h |
diff --git a/third_party/crashpad/crashpad/test/win/win_multiprocess.h b/third_party/crashpad/crashpad/test/win/win_multiprocess.h |
index 1e83a5823e17724e3e433f0daf1949d653ab5d8d..418df790ad478277a96676c35b87bcb3e84eceba 100644 |
--- a/third_party/crashpad/crashpad/test/win/win_multiprocess.h |
+++ b/third_party/crashpad/crashpad/test/win/win_multiprocess.h |
@@ -43,7 +43,7 @@ class WinMultiprocess { |
ASSERT_NO_FATAL_FAILURE( |
WinChildProcess::EntryPoint<ChildProcessHelper<T>>()); |
// If WinChildProcess::EntryPoint returns, we are in the parent process. |
- scoped_ptr<WinChildProcess::Handles> child_handles = |
+ std::unique_ptr<WinChildProcess::Handles> child_handles = |
WinChildProcess::Launch(); |
ASSERT_TRUE(child_handles.get()); |
T parent_process; |