| Index: components/autofill/browser/form_field_unittest.cc
|
| diff --git a/chrome/browser/autofill/form_field_unittest.cc b/components/autofill/browser/form_field_unittest.cc
|
| similarity index 98%
|
| rename from chrome/browser/autofill/form_field_unittest.cc
|
| rename to components/autofill/browser/form_field_unittest.cc
|
| index 8ab1127c458c139173c80defc9b1f6a326d5e656..b8994bc6881fb5d98090583c595edac48f240be5 100644
|
| --- a/chrome/browser/autofill/form_field_unittest.cc
|
| +++ b/components/autofill/browser/form_field_unittest.cc
|
| @@ -5,8 +5,8 @@
|
| #include "base/memory/scoped_vector.h"
|
| #include "base/string16.h"
|
| #include "base/utf_string_conversions.h"
|
| -#include "chrome/browser/autofill/autofill_field.h"
|
| -#include "chrome/browser/autofill/form_field.h"
|
| +#include "components/autofill/browser/autofill_field.h"
|
| +#include "components/autofill/browser/form_field.h"
|
| #include "testing/gtest/include/gtest/gtest.h"
|
|
|
| TEST(FormFieldTest, Match) {
|
|
|