commit | e217c563ed3adcee9d4fd6135b260e8084c12401 | [log] [tgz] |
---|---|---|
author | [email protected] <[email protected]@0039d316-1c4b-4281-b951-d872f2087c98> | Fri Apr 12 19:11:48 2013 |
committer | [email protected] <[email protected]@0039d316-1c4b-4281-b951-d872f2087c98> | Fri Apr 12 19:11:48 2013 |
tree | 11191824d2cc61047e51ec89454a0f1d8c58d852 | |
parent | 120e89bba3abf6f96d1bad59ac1dc9c68be26b2e [diff] [blame] |
Put autofill code into namepspace autofill Step 2 Move all code in components/autofill into autofill namespace. BUG=140037, 165534 [email protected] (only namespace change) Review URL: https://chromiumcodereview.appspot.com/14089006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@193982 0039d316-1c4b-4281-b951-d872f2087c98
diff --git a/components/autofill/browser/wallet/wallet_address.h b/components/autofill/browser/wallet/wallet_address.h index 0b4bf36..937553ee 100644 --- a/components/autofill/browser/wallet/wallet_address.h +++ b/components/autofill/browser/wallet/wallet_address.h
@@ -12,13 +12,14 @@ #include "base/string16.h" #include "components/autofill/browser/field_types.h" -class AutofillProfile; - namespace base { class DictionaryValue; } namespace autofill { + +class AutofillProfile; + namespace wallet { // TODO(ahutter): This address is a lot like