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

Unified Diff: content/test/run_all_unittests.cc

Issue 1874903002: Convert //content from scoped_ptr to std::unique_ptr (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix indent 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: content/test/run_all_unittests.cc
diff --git a/content/test/run_all_unittests.cc b/content/test/run_all_unittests.cc
index f0edbd9f003211ccd1265c885b2ea693c2da7517..b254ef83369fab375edc57f20672ae0e9d38f39b 100644
--- a/content/test/run_all_unittests.cc
+++ b/content/test/run_all_unittests.cc
@@ -27,7 +27,7 @@ int main(int argc, char** argv) {
new content::ContentTestSuite(argc, argv));
content::InitializeMojo();
base::TestIOThread test_io_thread(base::TestIOThread::kAutoStart);
- scoped_ptr<mojo::edk::test::ScopedIPCSupport> ipc_support;
+ std::unique_ptr<mojo::edk::test::ScopedIPCSupport> ipc_support;
ipc_support.reset(
new mojo::edk::test::ScopedIPCSupport(test_io_thread.task_runner()));
« no previous file with comments | « content/test/render_thread_impl_browser_test_ipc_helper.h ('k') | content/test/test_background_sync_context_impl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698