Chromium Code Reviews| Index: components/autofill/core/browser/form_structure.cc |
| diff --git a/components/autofill/core/browser/form_structure.cc b/components/autofill/core/browser/form_structure.cc |
| index c5774de5086f9821888acf8a344a08667be2fd3e..11ee57f1e15156076496c487b5b8dbd4f0c8970f 100644 |
| --- a/components/autofill/core/browser/form_structure.cc |
| +++ b/components/autofill/core/browser/form_structure.cc |
| @@ -8,12 +8,12 @@ |
| #include <algorithm> |
| #include <map> |
| +#include <memory> |
|
Mathieu
2016/04/04 13:36:17
same
vabr (Chromium)
2016/04/04 14:29:04
Done.
|
| #include <utility> |
| #include "base/command_line.h" |
| #include "base/i18n/case_conversion.h" |
| #include "base/logging.h" |
| -#include "base/memory/scoped_ptr.h" |
| #include "base/metrics/field_trial.h" |
| #include "base/sha1.h" |
| #include "base/strings/string_number_conversions.h" |