Index: components/autofill/core/browser/legal_message_line.h |
diff --git a/components/autofill/core/browser/legal_message_line.h b/components/autofill/core/browser/legal_message_line.h |
index 550831e44d1f40702d5a628647242e51e2d12c15..6243b0f13312a24b39bca63b839e490d171e6e99 100644 |
--- a/components/autofill/core/browser/legal_message_line.h |
+++ b/components/autofill/core/browser/legal_message_line.h |
@@ -5,12 +5,12 @@ |
#ifndef COMPONENTS_AUTOFILL_CORE_BROWSER_LEGAL_MESSAGE_LINE_H_ |
#define COMPONENTS_AUTOFILL_CORE_BROWSER_LEGAL_MESSAGE_LINE_H_ |
+#include <memory> |
Mathieu
2016/04/04 13:36:17
needed?
vabr (Chromium)
2016/04/04 14:29:05
Done.
|
#include <string> |
#include <vector> |
#include "base/gtest_prod_util.h" |
#include "base/macros.h" |
-#include "base/memory/scoped_ptr.h" |
#include "base/strings/string16.h" |
#include "ui/gfx/range/range.h" |
#include "url/gurl.h" |