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

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: Comments addressed 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
« no previous file with comments | « chrome/browser/autofill/personal_data_manager_factory.cc ('k') | chrome/browser/autofill/risk_util.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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..35eb869b732748b379dcb54ce14719da28e246b1 100644
--- a/chrome/browser/autofill/risk_util.h
+++ b/chrome/browser/autofill/risk_util.h
@@ -6,10 +6,10 @@
#define CHROME_BROWSER_AUTOFILL_RISK_UTIL_H_
#include <stdint.h>
+
#include <string>
#include "base/callback_forward.h"
-#include "base/memory/scoped_ptr.h"
namespace content {
class WebContents;
« no previous file with comments | « chrome/browser/autofill/personal_data_manager_factory.cc ('k') | chrome/browser/autofill/risk_util.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698