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

Unified Diff: remoting/test/connection_time_observer_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/test/codec_perftest.cc ('k') | remoting/test/cyclic_frame_generator.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: remoting/test/connection_time_observer_unittest.cc
diff --git a/remoting/test/connection_time_observer_unittest.cc b/remoting/test/connection_time_observer_unittest.cc
index 8e52e595f3f0474ca0108b38538377d59f8a51c0..d77fc1a7187af780c836470f495f4655fd3cc96d 100644
--- a/remoting/test/connection_time_observer_unittest.cc
+++ b/remoting/test/connection_time_observer_unittest.cc
@@ -29,7 +29,7 @@ class ConnectionTimeObserverTest : public ::testing::Test {
std::map<protocol::ConnectionToHost::State, base::TimeTicks> test_map_;
// Observes and saves the times when the chromoting connection state changes.
- scoped_ptr<ConnectionTimeObserver> connection_time_observer_;
+ std::unique_ptr<ConnectionTimeObserver> connection_time_observer_;
private:
DISALLOW_COPY_AND_ASSIGN(ConnectionTimeObserverTest);
« no previous file with comments | « remoting/test/codec_perftest.cc ('k') | remoting/test/cyclic_frame_generator.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698