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

Unified Diff: content/browser/android/url_request_content_job.h

Issue 1874893002: Convert //content/browser from scoped_ptr to std::unique_ptr (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: 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: content/browser/android/url_request_content_job.h
diff --git a/content/browser/android/url_request_content_job.h b/content/browser/android/url_request_content_job.h
index 9858eba38c8d977093a643b616a71311f3c4563a..2f70b5dbbf138fa0e0e32dc00fc2baf86629f56b 100644
--- a/content/browser/android/url_request_content_job.h
+++ b/content/browser/android/url_request_content_job.h
@@ -88,7 +88,7 @@ class CONTENT_EXPORT URLRequestContentJob : public net::URLRequestJob {
// The full path of the content URI.
base::FilePath content_path_;
- scoped_ptr<net::FileStream> stream_;
+ std::unique_ptr<net::FileStream> stream_;
ContentMetaInfo meta_info_;
const scoped_refptr<base::TaskRunner> content_task_runner_;
« no previous file with comments | « content/browser/android/synchronous_compositor_host.cc ('k') | content/browser/android/url_request_content_job_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698