| 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 cd011fc49e85c7d7541c499c8e01de4fb6f97ff6..a970bd60e683a9525cc4e5ea2c86b600bf1b3936 100644
|
| --- a/components/autofill/browser/autofill_external_delegate_unittest.cc
|
| +++ b/components/autofill/browser/autofill_external_delegate_unittest.cc
|
| @@ -12,9 +12,9 @@
|
| #include "components/autofill/browser/autofill_manager.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/shared/form_data.h"
|
| +#include "components/autofill/shared/form_field_data.h"
|
| +#include "components/autofill/shared/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"
|
|
|