| Index: components/autofill/core/browser/credit_card_field.cc
|
| diff --git a/components/autofill/browser/credit_card_field.cc b/components/autofill/core/browser/credit_card_field.cc
|
| similarity index 96%
|
| rename from components/autofill/browser/credit_card_field.cc
|
| rename to components/autofill/core/browser/credit_card_field.cc
|
| index 6661b400b2046ab08508185881ebbdd574fe2c2f..66bcc109dc8725c638d011de07057c83b858a863 100644
|
| --- a/components/autofill/browser/credit_card_field.cc
|
| +++ b/components/autofill/core/browser/credit_card_field.cc
|
| @@ -2,7 +2,7 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#include "components/autofill/browser/credit_card_field.h"
|
| +#include "components/autofill/core/browser/credit_card_field.h"
|
|
|
| #include <stddef.h>
|
|
|
| @@ -11,10 +11,10 @@
|
| #include "base/strings/string16.h"
|
| #include "base/strings/string_util.h"
|
| #include "base/strings/utf_string_conversions.h"
|
| -#include "components/autofill/browser/autofill_field.h"
|
| -#include "components/autofill/browser/autofill_regex_constants.h"
|
| -#include "components/autofill/browser/autofill_scanner.h"
|
| -#include "components/autofill/browser/field_types.h"
|
| +#include "components/autofill/core/browser/autofill_field.h"
|
| +#include "components/autofill/core/browser/autofill_regex_constants.h"
|
| +#include "components/autofill/core/browser/autofill_scanner.h"
|
| +#include "components/autofill/core/browser/field_types.h"
|
| #include "ui/base/l10n/l10n_util.h"
|
|
|
| namespace autofill {
|
|
|