| Index: components/autofill/core/browser/autofill_xml_parser_unittest.cc
|
| diff --git a/components/autofill/core/browser/autofill_xml_parser_unittest.cc b/components/autofill/core/browser/autofill_xml_parser_unittest.cc
|
| index 40e95274d407d4628c7a98a935a9273c7000addc..cfa42904b16af8b7d51740f033fe191e8c599ceb 100644
|
| --- a/components/autofill/core/browser/autofill_xml_parser_unittest.cc
|
| +++ b/components/autofill/core/browser/autofill_xml_parser_unittest.cc
|
| @@ -2,14 +2,15 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| +#include "components/autofill/core/browser/autofill_xml_parser.h"
|
| +
|
| +#include <memory>
|
| #include <string>
|
| #include <utility>
|
| #include <vector>
|
|
|
| -#include "base/memory/scoped_ptr.h"
|
| #include "base/strings/string_number_conversions.h"
|
| #include "components/autofill/core/browser/autofill_server_field_info.h"
|
| -#include "components/autofill/core/browser/autofill_xml_parser.h"
|
| #include "components/autofill/core/browser/field_types.h"
|
| #include "testing/gtest/include/gtest/gtest.h"
|
|
|
|
|