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/crashpad/crashpad/util/win/scoped_process_suspend_test.cc

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
Index: third_party/crashpad/crashpad/util/win/scoped_process_suspend_test.cc
diff --git a/third_party/crashpad/crashpad/util/win/scoped_process_suspend_test.cc b/third_party/crashpad/crashpad/util/win/scoped_process_suspend_test.cc
index 5b7813df2328346d9445c621c77464f1cf7a7408..c968f7103fa3c0d612064390de5cebf90a398143 100644
--- a/third_party/crashpad/crashpad/util/win/scoped_process_suspend_test.cc
+++ b/third_party/crashpad/crashpad/util/win/scoped_process_suspend_test.cc
@@ -90,7 +90,7 @@ class ScopedProcessSuspendTest final : public WinChildProcess {
TEST(ScopedProcessSuspend, ScopedProcessSuspend) {
WinChildProcess::EntryPoint<ScopedProcessSuspendTest>();
- scoped_ptr<WinChildProcess::Handles> handles = WinChildProcess::Launch();
+ std::unique_ptr<WinChildProcess::Handles> handles = WinChildProcess::Launch();
EXPECT_TRUE(SuspendCountMatches(handles->process.get(), 0));
« no previous file with comments | « third_party/crashpad/crashpad/util/win/process_info_test.cc ('k') | third_party/leveldatabase/chromium_logger.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698