| Index: components/autofill/browser/credit_card_field.cc
|
| diff --git a/chrome/browser/autofill/credit_card_field.cc b/components/autofill/browser/credit_card_field.cc
|
| similarity index 96%
|
| rename from chrome/browser/autofill/credit_card_field.cc
|
| rename to components/autofill/browser/credit_card_field.cc
|
| index 1d9a296d7326ae27f75b8600c65c49f488c32da2..8baa9f1b519bdfa6d370ebed3b211c8ed12f674d 100644
|
| --- a/chrome/browser/autofill/credit_card_field.cc
|
| +++ b/components/autofill/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 "chrome/browser/autofill/credit_card_field.h"
|
| +#include "components/autofill/browser/credit_card_field.h"
|
|
|
| #include <stddef.h>
|
|
|
| @@ -11,10 +11,10 @@
|
| #include "base/string16.h"
|
| #include "base/string_util.h"
|
| #include "base/utf_string_conversions.h"
|
| -#include "chrome/browser/autofill/autofill_field.h"
|
| -#include "chrome/browser/autofill/autofill_regex_constants.h"
|
| -#include "chrome/browser/autofill/autofill_scanner.h"
|
| -#include "chrome/browser/autofill/field_types.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 "ui/base/l10n/l10n_util.h"
|
|
|
| // static
|
|
|