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

Unified Diff: base/test/launcher/test_launcher.h

Issue 1852433005: Convert //base to use std::unique_ptr (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase after r384946 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 | « base/test/histogram_tester_unittest.cc ('k') | base/test/launcher/test_launcher.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: base/test/launcher/test_launcher.h
diff --git a/base/test/launcher/test_launcher.h b/base/test/launcher/test_launcher.h
index c311fed78844cda441cc60050dd9e4e30d78a6cc..38980cfd60ac3355f2aff06acacb8e8abc9bd0f8 100644
--- a/base/test/launcher/test_launcher.h
+++ b/base/test/launcher/test_launcher.h
@@ -228,7 +228,7 @@ class TestLauncher {
size_t parallel_jobs_;
// Worker pool used to launch processes in parallel.
- scoped_ptr<SequencedWorkerPoolOwner> worker_pool_owner_;
+ std::unique_ptr<SequencedWorkerPoolOwner> worker_pool_owner_;
DISALLOW_COPY_AND_ASSIGN(TestLauncher);
};
« no previous file with comments | « base/test/histogram_tester_unittest.cc ('k') | base/test/launcher/test_launcher.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698