Index: components/autofill/core/browser/form_structure.h |
diff --git a/components/autofill/core/browser/form_structure.h b/components/autofill/core/browser/form_structure.h |
index 4309d12521e58f3a226928dbd7249ec0b8cdd25a..d30caee0c4b77b3bb4ba5f2124cc95a92d27b1bb 100644 |
--- a/components/autofill/core/browser/form_structure.h |
+++ b/components/autofill/core/browser/form_structure.h |
@@ -7,6 +7,7 @@ |
#include <stddef.h> |
+#include <memory> |
Mathieu
2016/04/04 13:36:17
still needed?
vabr (Chromium)
2016/04/04 14:29:04
No, done.
|
#include <set> |
#include <string> |
#include <vector> |
@@ -14,7 +15,6 @@ |
#include "base/callback.h" |
#include "base/gtest_prod_util.h" |
#include "base/macros.h" |
-#include "base/memory/scoped_ptr.h" |
#include "base/memory/scoped_vector.h" |
#include "base/strings/string16.h" |
#include "base/strings/string_piece.h" |