| Index: components/autofill/browser/credit_card_field_unittest.cc
|
| diff --git a/chrome/browser/autofill/credit_card_field_unittest.cc b/components/autofill/browser/credit_card_field_unittest.cc
|
| similarity index 98%
|
| rename from chrome/browser/autofill/credit_card_field_unittest.cc
|
| rename to components/autofill/browser/credit_card_field_unittest.cc
|
| index 0fa5c6f6e3af572f948ec961134b62d74da7141d..b077b701e638689ab18670980aefc2d5d5fdf290 100644
|
| --- a/chrome/browser/autofill/credit_card_field_unittest.cc
|
| +++ b/components/autofill/browser/credit_card_field_unittest.cc
|
| @@ -5,9 +5,9 @@
|
| #include "base/memory/scoped_ptr.h"
|
| #include "base/memory/scoped_vector.h"
|
| #include "base/utf_string_conversions.h"
|
| -#include "chrome/browser/autofill/autofill_field.h"
|
| -#include "chrome/browser/autofill/autofill_scanner.h"
|
| -#include "chrome/browser/autofill/credit_card_field.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/common/form_field_data.h"
|
| #include "testing/gtest/include/gtest/gtest.h"
|
|
|
|
|