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

Unified Diff: cc/trees/proxy_impl_unittest.cc

Issue 1866203004: Convert //cc from scoped_ptr to std::unique_ptr. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: scopedptrcc: rebase 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 | « cc/trees/proxy_impl.cc ('k') | cc/trees/proxy_main.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/trees/proxy_impl_unittest.cc
diff --git a/cc/trees/proxy_impl_unittest.cc b/cc/trees/proxy_impl_unittest.cc
index 1be6acd069455a4797555c18bb8836d882ae32d2..9ff15f13f5e3698dde73c5c05be40b4653bbe716 100644
--- a/cc/trees/proxy_impl_unittest.cc
+++ b/cc/trees/proxy_impl_unittest.cc
@@ -45,8 +45,8 @@ class ProxyImplTest : public testing::Test, public TestHooks {
FakeLayerTreeHostClient host_client_;
FakeChannelImpl channel_impl_;
TaskRunnerProvider* task_runner_provider_;
- scoped_ptr<ProxyImplForTest> proxy_impl_;
- scoped_ptr<FakeLayerTreeHost> layer_tree_host_;
+ std::unique_ptr<ProxyImplForTest> proxy_impl_;
+ std::unique_ptr<FakeLayerTreeHost> layer_tree_host_;
};
// This is a regression test. See crbug/568120.
« no previous file with comments | « cc/trees/proxy_impl.cc ('k') | cc/trees/proxy_main.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698