| Index: chrome/browser/autofill/form_structure.cc
|
| diff --git a/chrome/browser/autofill/form_structure.cc b/chrome/browser/autofill/form_structure.cc
|
| index cd8c8a731612ba1ee097d4ddf7bc3dafd4a19afd..4b727897fcf6507f027af508012e1295fca0d076 100644
|
| --- a/chrome/browser/autofill/form_structure.cc
|
| +++ b/chrome/browser/autofill/form_structure.cc
|
| @@ -23,10 +23,10 @@
|
| #include "chrome/browser/autofill/field_types.h"
|
| #include "chrome/browser/autofill/form_field.h"
|
| #include "chrome/common/chrome_switches.h"
|
| -#include "chrome/common/form_data.h"
|
| -#include "chrome/common/form_data_predictions.h"
|
| -#include "chrome/common/form_field_data.h"
|
| -#include "chrome/common/form_field_data_predictions.h"
|
| +#include "components/autofill/common/form_data.h"
|
| +#include "components/autofill/common/form_data_predictions.h"
|
| +#include "components/autofill/common/form_field_data.h"
|
| +#include "components/autofill/common/form_field_data_predictions.h"
|
| #include "third_party/libjingle/source/talk/xmllite/xmlelement.h"
|
|
|
| namespace {
|
|
|