Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(50)

Unified Diff: components/autofill/browser/wallet/wallet_address.h

Issue 12434004: Move remaining Autofill code to //components/autofill. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix long lines Created 7 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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_
« no previous file with comments | « components/autofill/browser/wallet/required_action.cc ('k') | components/autofill/browser/wallet/wallet_address.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698