| Index: components/autofill/content/renderer/form_cache.cc
|
| diff --git a/components/autofill/content/renderer/form_cache.cc b/components/autofill/content/renderer/form_cache.cc
|
| index 6e2aad138313a34a5ecf90ef72fb77b12b2344be..55161f620a3a33dc92d94be71d8c2af38760028c 100644
|
| --- a/components/autofill/content/renderer/form_cache.cc
|
| +++ b/components/autofill/content/renderer/form_cache.cc
|
| @@ -6,12 +6,12 @@
|
|
|
| #include "base/logging.h"
|
| #include "base/strings/utf_string_conversions.h"
|
| -#include "components/autofill/common/autofill_constants.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 "components/autofill/content/renderer/form_autofill_util.h"
|
| +#include "components/autofill/shared/autofill_constants.h"
|
| +#include "components/autofill/shared/form_data.h"
|
| +#include "components/autofill/shared/form_data_predictions.h"
|
| +#include "components/autofill/shared/form_field_data.h"
|
| +#include "components/autofill/shared/form_field_data_predictions.h"
|
| #include "grit/component_resources.h"
|
| #include "third_party/WebKit/Source/WebKit/chromium/public/WebDocument.h"
|
| #include "third_party/WebKit/Source/WebKit/chromium/public/WebFormControlElement.h"
|
|
|