Index: components/autofill/core/browser/webdata/autofill_data_type_controller_unittest.cc |
diff --git a/components/autofill/core/browser/webdata/autofill_data_type_controller_unittest.cc b/components/autofill/core/browser/webdata/autofill_data_type_controller_unittest.cc |
index f811771c744ce6ead8731537454ecde31a9da985..af626a4fedbad8abce0778ef63f06be3a0f3c382 100644 |
--- a/components/autofill/core/browser/webdata/autofill_data_type_controller_unittest.cc |
+++ b/components/autofill/core/browser/webdata/autofill_data_type_controller_unittest.cc |
@@ -4,12 +4,13 @@ |
#include "components/autofill/core/browser/webdata/autofill_data_type_controller.h" |
+#include <memory> |
Mathieu
2016/04/04 13:36:17
needed?
vabr (Chromium)
2016/04/04 14:29:05
No, removed.
|
+ |
#include "base/bind.h" |
#include "base/callback.h" |
#include "base/compiler_specific.h" |
#include "base/macros.h" |
#include "base/memory/ref_counted.h" |
-#include "base/memory/scoped_ptr.h" |
#include "base/memory/weak_ptr.h" |
#include "base/message_loop/message_loop.h" |
#include "base/run_loop.h" |