Chromium Code Reviews| 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; |