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

Unified Diff: chrome/browser/safe_browsing/download_feedback.h

Issue 1870003002: Convert //chrome/browser/safe_browsing 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: chrome/browser/safe_browsing/download_feedback.h
diff --git a/chrome/browser/safe_browsing/download_feedback.h b/chrome/browser/safe_browsing/download_feedback.h
index 28fe064af56a108cfca1b9d431cbb66c9cc8eda0..3b7abf4a0b6d006cf25d7e0fc2e0062461b92b0d 100644
--- a/chrome/browser/safe_browsing/download_feedback.h
+++ b/chrome/browser/safe_browsing/download_feedback.h
@@ -7,11 +7,11 @@
#include <stdint.h>
+#include <memory>
Nathan Parker 2016/04/11 17:56:44 We probably don't need this,
dcheng 2016/04/11 18:31:15 Done.
#include <string>
#include "base/callback_forward.h"
#include "base/files/file_path.h"
-#include "base/memory/scoped_ptr.h"
#include "base/threading/non_thread_safe.h"
#include "chrome/browser/safe_browsing/two_phase_uploader.h"

Powered by Google App Engine
This is Rietveld 408576698