| Index: components/autofill/browser/wallet/wallet_address.h
|
| diff --git a/chrome/browser/autofill/wallet/wallet_address.h b/components/autofill/browser/wallet/wallet_address.h
|
| similarity index 93%
|
| rename from chrome/browser/autofill/wallet/wallet_address.h
|
| rename to components/autofill/browser/wallet/wallet_address.h
|
| index 2c629fa18c07c23f88027cdf8b6f7e04ff9db28b..9aa8314ecc64636c239168ab576cd603457b800b 100644
|
| --- a/chrome/browser/autofill/wallet/wallet_address.h
|
| +++ b/components/autofill/browser/wallet/wallet_address.h
|
| @@ -2,15 +2,15 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#ifndef CHROME_BROWSER_AUTOFILL_WALLET_WALLET_ADDRESS_H_
|
| -#define CHROME_BROWSER_AUTOFILL_WALLET_WALLET_ADDRESS_H_
|
| +#ifndef COMPONENTS_AUTOFILL_BROWSER_WALLET_WALLET_ADDRESS_H_
|
| +#define COMPONENTS_AUTOFILL_BROWSER_WALLET_WALLET_ADDRESS_H_
|
|
|
| #include <string>
|
|
|
| #include "base/basictypes.h"
|
| #include "base/memory/scoped_ptr.h"
|
| #include "base/string16.h"
|
| -#include "chrome/browser/autofill/field_types.h"
|
| +#include "components/autofill/browser/field_types.h"
|
|
|
| namespace base {
|
| class DictionaryValue;
|
| @@ -19,9 +19,10 @@ class DictionaryValue;
|
| namespace autofill {
|
| namespace wallet {
|
|
|
| -// TODO(ahutter): This address is a lot like chrome/browser/autofill/address.h.
|
| -// There should be a super class that both extend from to clean up duplicated
|
| -// code. See http://crbug.com/164463.
|
| +// TODO(ahutter): This address is a lot like
|
| +// components/autofill/browser/address.h. There should be a super
|
| +// class that both extend from to clean up duplicated code. See
|
| +// http://crbug.com/164463.
|
|
|
| // Address contains various address fields that have been populated from the
|
| // user's Online Wallet. It is loosely modeled as a subet of the OASIS
|
| @@ -163,4 +164,4 @@ class Address {
|
| } // namespace wallet
|
| } // namespace autofill
|
|
|
| -#endif // CHROME_BROWSER_AUTOFILL_WALLET_WALLET_ADDRESS_H_
|
| +#endif // COMPONENTS_AUTOFILL_BROWSER_WALLET_WALLET_ADDRESS_H_
|
|
|