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

Unified Diff: content/browser/net/view_blob_internals_job_factory.cc

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/net/view_blob_internals_job_factory.cc
diff --git a/content/browser/net/view_blob_internals_job_factory.cc b/content/browser/net/view_blob_internals_job_factory.cc
index d15c59f84fda57b61ba1043c14b00080fb910ef0..2f00bededf4507db056d0376efa0ccd5ffa0d51e 100644
--- a/content/browser/net/view_blob_internals_job_factory.cc
+++ b/content/browser/net/view_blob_internals_job_factory.cc
@@ -4,7 +4,8 @@
#include "content/browser/net/view_blob_internals_job_factory.h"
-#include "base/memory/scoped_ptr.h"
+#include <memory>
+
#include "base/strings/string_util.h"
#include "content/public/common/url_constants.h"
#include "storage/browser/blob/view_blob_internals_job.h"
« no previous file with comments | « content/browser/net/quota_policy_cookie_store_unittest.cc ('k') | content/browser/notifications/notification_database.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698