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

Unified Diff: chrome/browser/autofill/risk_util.h

Issue 1857663002: chrome/browser/autofill: scoped_ptr -> 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/autofill/risk_util.h
diff --git a/chrome/browser/autofill/risk_util.h b/chrome/browser/autofill/risk_util.h
index b14a743362c74c44e65813ca1ef8004aba0f9cbf..1478f06ab9a2df3c376f1bc658e2e589c877f60b 100644
--- a/chrome/browser/autofill/risk_util.h
+++ b/chrome/browser/autofill/risk_util.h
@@ -6,10 +6,11 @@
#define CHROME_BROWSER_AUTOFILL_RISK_UTIL_H_
#include <stdint.h>
+
+#include <memory>
Mathieu 2016/04/04 13:15:46 include it in risk_util.cc instead
#include <string>
#include "base/callback_forward.h"
-#include "base/memory/scoped_ptr.h"
namespace content {
class WebContents;

Powered by Google App Engine
This is Rietveld 408576698