| Index: components/autofill/browser/address.cc
|
| diff --git a/chrome/browser/autofill/address.cc b/components/autofill/browser/address.cc
|
| similarity index 93%
|
| rename from chrome/browser/autofill/address.cc
|
| rename to components/autofill/browser/address.cc
|
| index c1ed7acfcb776422a41690f5733f94377de0f71c..7e430f8f0cb920a154e77b0945a84babf4a96397 100644
|
| --- a/chrome/browser/autofill/address.cc
|
| +++ b/components/autofill/browser/address.cc
|
| @@ -2,16 +2,16 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#include "chrome/browser/autofill/address.h"
|
| +#include "components/autofill/browser/address.h"
|
|
|
| #include <stddef.h>
|
|
|
| #include "base/basictypes.h"
|
| #include "base/logging.h"
|
| #include "base/string_util.h"
|
| -#include "chrome/browser/autofill/autofill_country.h"
|
| -#include "chrome/browser/autofill/autofill_type.h"
|
| -#include "chrome/browser/autofill/field_types.h"
|
| +#include "components/autofill/browser/autofill_country.h"
|
| +#include "components/autofill/browser/autofill_type.h"
|
| +#include "components/autofill/browser/field_types.h"
|
|
|
| namespace {
|
|
|
|
|