Index: components/autofill/core/browser/webdata/autofill_webdata.h |
diff --git a/components/autofill/core/browser/webdata/autofill_webdata.h b/components/autofill/core/browser/webdata/autofill_webdata.h |
index 069731cc02be177e751a1316f46c94a54a7140d5..549f74fd6bfdc50819ae8e183ad4e9ed4a2d3bf7 100644 |
--- a/components/autofill/core/browser/webdata/autofill_webdata.h |
+++ b/components/autofill/core/browser/webdata/autofill_webdata.h |
@@ -5,10 +5,10 @@ |
#ifndef COMPONENTS_AUTOFILL_CORE_BROWSER_WEBDATA_AUTOFILL_WEBDATA_H_ |
#define COMPONENTS_AUTOFILL_CORE_BROWSER_WEBDATA_AUTOFILL_WEBDATA_H_ |
+#include <memory> |
Mathieu
2016/04/04 13:36:17
needed?
vabr (Chromium)
2016/04/04 14:29:05
No, removed.
|
#include <string> |
#include <vector> |
-#include "base/memory/scoped_ptr.h" |
#include "base/strings/string16.h" |
#include "components/webdata/common/web_data_service_base.h" |