| Index: components/autofill/browser/form_structure.cc
|
| diff --git a/chrome/browser/autofill/form_structure.cc b/components/autofill/browser/form_structure.cc
|
| similarity index 99%
|
| rename from chrome/browser/autofill/form_structure.cc
|
| rename to components/autofill/browser/form_structure.cc
|
| index 06f3708b4a11b33851889787af4242a67ea8ed61..0b24bded7c0fd8dbe9b630bbfa7e94d0094d0986 100644
|
| --- a/chrome/browser/autofill/form_structure.cc
|
| +++ b/components/autofill/browser/form_structure.cc
|
| @@ -2,7 +2,7 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#include "chrome/browser/autofill/form_structure.h"
|
| +#include "components/autofill/browser/form_structure.h"
|
|
|
| #include <utility>
|
|
|
| @@ -16,12 +16,12 @@
|
| #include "base/strings/string_number_conversions.h"
|
| #include "base/time.h"
|
| #include "base/utf_string_conversions.h"
|
| -#include "chrome/browser/autofill/autocheckout_page_meta_data.h"
|
| -#include "chrome/browser/autofill/autofill_metrics.h"
|
| -#include "chrome/browser/autofill/autofill_type.h"
|
| -#include "chrome/browser/autofill/autofill_xml_parser.h"
|
| -#include "chrome/browser/autofill/field_types.h"
|
| -#include "chrome/browser/autofill/form_field.h"
|
| +#include "components/autofill/browser/autocheckout_page_meta_data.h"
|
| +#include "components/autofill/browser/autofill_metrics.h"
|
| +#include "components/autofill/browser/autofill_type.h"
|
| +#include "components/autofill/browser/autofill_xml_parser.h"
|
| +#include "components/autofill/browser/field_types.h"
|
| +#include "components/autofill/browser/form_field.h"
|
| #include "components/autofill/common/form_data.h"
|
| #include "components/autofill/common/form_data_predictions.h"
|
| #include "components/autofill/common/form_field_data.h"
|
|
|