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

Unified Diff: remoting/protocol/monitored_video_stub_unittest.cc

Issue 1864213002: Convert //remoting to use std::unique_ptr (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Mac IWYU 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 | « remoting/protocol/monitored_video_stub.cc ('k') | remoting/protocol/negotiating_authenticator_base.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: remoting/protocol/monitored_video_stub_unittest.cc
diff --git a/remoting/protocol/monitored_video_stub_unittest.cc b/remoting/protocol/monitored_video_stub_unittest.cc
index e6958185c4717a18112097408ff9e900ffab712a..2b0499ae9485c7f9150c7604e5729f9c7c40f13d 100644
--- a/remoting/protocol/monitored_video_stub_unittest.cc
+++ b/remoting/protocol/monitored_video_stub_unittest.cc
@@ -43,8 +43,8 @@ class MonitoredVideoStubTest : public testing::Test {
base::MessageLoop message_loop_;
MockVideoStub video_stub_;
- scoped_ptr<MonitoredVideoStub> monitor_;
- scoped_ptr<VideoPacket> packet_;
+ std::unique_ptr<MonitoredVideoStub> monitor_;
+ std::unique_ptr<VideoPacket> packet_;
base::OneShotTimer timer_end_test_;
};
« no previous file with comments | « remoting/protocol/monitored_video_stub.cc ('k') | remoting/protocol/negotiating_authenticator_base.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698