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

Unified Diff: remoting/test/app_remoting_report_issue_request_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
Index: remoting/test/app_remoting_report_issue_request_unittest.cc
diff --git a/remoting/test/app_remoting_report_issue_request_unittest.cc b/remoting/test/app_remoting_report_issue_request_unittest.cc
index 3924746a7bf9062fe287dd35bb862ba3ff7292c8..3ad6d851c5ac68c72b4616ca6933c2cd0223814e 100644
--- a/remoting/test/app_remoting_report_issue_request_unittest.cc
+++ b/remoting/test/app_remoting_report_issue_request_unittest.cc
@@ -45,14 +45,14 @@ class AppRemotingReportIssueRequestTest : public ::testing::Test {
// Used for result verification.
std::string dev_service_environment_url_;
- scoped_ptr<base::RunLoop> run_loop_;
- scoped_ptr<base::Timer> timer_;
+ std::unique_ptr<base::RunLoop> run_loop_;
+ std::unique_ptr<base::Timer> timer_;
AppRemotingReportIssueRequest app_remoting_report_issue_request_;
private:
net::FakeURLFetcherFactory url_fetcher_factory_;
- scoped_ptr<base::MessageLoopForIO> message_loop_;
+ std::unique_ptr<base::MessageLoopForIO> message_loop_;
DISALLOW_COPY_AND_ASSIGN(AppRemotingReportIssueRequestTest);
};
« no previous file with comments | « remoting/test/app_remoting_report_issue_request.h ('k') | remoting/test/app_remoting_sample_test_driver_environment.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698