| Index: components/autofill/browser/validation.cc
|
| diff --git a/chrome/browser/autofill/validation.cc b/components/autofill/browser/validation.cc
|
| similarity index 92%
|
| rename from chrome/browser/autofill/validation.cc
|
| rename to components/autofill/browser/validation.cc
|
| index 26488bf391cfa8a1b7ee67bfeab650608f5068b7..10538453d711011fc0c53d29a2e5671fab5c550e 100644
|
| --- a/chrome/browser/autofill/validation.cc
|
| +++ b/components/autofill/browser/validation.cc
|
| @@ -2,12 +2,12 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#include "chrome/browser/autofill/validation.h"
|
| +#include "components/autofill/browser/validation.h"
|
|
|
| #include "base/string_util.h"
|
| #include "base/utf_string_conversions.h"
|
| -#include "chrome/browser/autofill/autofill_regexes.h"
|
| -#include "chrome/browser/autofill/credit_card.h"
|
| +#include "components/autofill/browser/autofill_regexes.h"
|
| +#include "components/autofill/browser/credit_card.h"
|
|
|
| namespace autofill {
|
|
|
|
|