| Index: components/autofill/browser/form_structure_unittest.cc
|
| diff --git a/components/autofill/browser/form_structure_unittest.cc b/components/autofill/browser/form_structure_unittest.cc
|
| index 05a48a223011827a8485026929c949b86afdd3b9..06fa0f9ad6860dfa649dbcaf7e3d0b26cd9f3f2a 100644
|
| --- a/components/autofill/browser/form_structure_unittest.cc
|
| +++ b/components/autofill/browser/form_structure_unittest.cc
|
| @@ -8,9 +8,9 @@
|
| #include "base/strings/string_util.h"
|
| #include "base/strings/utf_string_conversions.h"
|
| #include "components/autofill/browser/autofill_metrics.h"
|
| -#include "components/autofill/common/form_data.h"
|
| -#include "components/autofill/common/form_field_data.h"
|
| #include "components/autofill/content/browser/autocheckout_page_meta_data.h"
|
| +#include "components/autofill/shared/form_data.h"
|
| +#include "components/autofill/shared/form_field_data.h"
|
| #include "googleurl/src/gurl.h"
|
| #include "testing/gtest/include/gtest/gtest.h"
|
| #include "third_party/WebKit/Source/WebKit/chromium/public/WebInputElement.h"
|
|
|