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

Unified Diff: ios/chrome/browser/net/retryable_url_fetcher_unittest.mm

Issue 1861593005: Convert //ios from scoped_ptr to std::unique_ptr. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: 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
Index: ios/chrome/browser/net/retryable_url_fetcher_unittest.mm
diff --git a/ios/chrome/browser/net/retryable_url_fetcher_unittest.mm b/ios/chrome/browser/net/retryable_url_fetcher_unittest.mm
index 9c8f48b19d039c1d21854c1c31157393f82fc6e6..a5934ad8aba168279d7c977dd3fa503dafea0ab7 100644
--- a/ios/chrome/browser/net/retryable_url_fetcher_unittest.mm
+++ b/ios/chrome/browser/net/retryable_url_fetcher_unittest.mm
@@ -53,7 +53,7 @@ class RetryableURLFetcherTest : public PlatformTest {
}
net::TestURLFetcherFactory factory_;
- scoped_ptr<web::TestWebThread> io_thread_;
+ std::unique_ptr<web::TestWebThread> io_thread_;
base::MessageLoop message_loop_;
base::scoped_nsobject<TestRetryableURLFetcherDelegate> test_delegate_;
};

Powered by Google App Engine
This is Rietveld 408576698