| Index: components/autofill/core/browser/credit_card_field_unittest.cc
|
| diff --git a/components/autofill/browser/credit_card_field_unittest.cc b/components/autofill/core/browser/credit_card_field_unittest.cc
|
| similarity index 98%
|
| rename from components/autofill/browser/credit_card_field_unittest.cc
|
| rename to components/autofill/core/browser/credit_card_field_unittest.cc
|
| index d83cdd923ad38a96f6e60ecf3aac87555f758678..e30e77c58202612d9734598c6ab3b86b59389912 100644
|
| --- a/components/autofill/browser/credit_card_field_unittest.cc
|
| +++ b/components/autofill/core/browser/credit_card_field_unittest.cc
|
| @@ -5,9 +5,9 @@
|
| #include "base/memory/scoped_ptr.h"
|
| #include "base/memory/scoped_vector.h"
|
| #include "base/strings/utf_string_conversions.h"
|
| -#include "components/autofill/browser/autofill_field.h"
|
| -#include "components/autofill/browser/autofill_scanner.h"
|
| -#include "components/autofill/browser/credit_card_field.h"
|
| +#include "components/autofill/core/browser/autofill_field.h"
|
| +#include "components/autofill/core/browser/autofill_scanner.h"
|
| +#include "components/autofill/core/browser/credit_card_field.h"
|
| #include "components/autofill/core/common/form_field_data.h"
|
| #include "testing/gtest/include/gtest/gtest.h"
|
|
|
|
|