| Index: components/autofill/browser/autofill_external_delegate_unittest.cc
|
| diff --git a/components/autofill/browser/autofill_external_delegate_unittest.cc b/components/autofill/browser/autofill_external_delegate_unittest.cc
|
| index 24ff7890a919099b52ca69c188b5ce6bd62c3cec..96ae2b9270ccd9dec82db4da646a21d6e6ed1e88 100644
|
| --- a/components/autofill/browser/autofill_external_delegate_unittest.cc
|
| +++ b/components/autofill/browser/autofill_external_delegate_unittest.cc
|
| @@ -13,9 +13,9 @@
|
| #include "components/autofill/browser/test_autofill_driver.h"
|
| #include "components/autofill/browser/test_autofill_external_delegate.h"
|
| #include "components/autofill/browser/test_autofill_manager_delegate.h"
|
| -#include "components/autofill/common/form_data.h"
|
| -#include "components/autofill/common/form_field_data.h"
|
| -#include "components/autofill/common/password_form_fill_data.h"
|
| +#include "components/autofill/core/common/form_data.h"
|
| +#include "components/autofill/core/common/form_field_data.h"
|
| +#include "components/autofill/core/common/password_form_fill_data.h"
|
| #include "testing/gmock/include/gmock/gmock.h"
|
| #include "testing/gtest/include/gtest/gtest.h"
|
| #include "third_party/WebKit/Source/WebKit/chromium/public/WebAutofillClient.h"
|
|
|