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

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: 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 95%
rename from chrome/browser/autofill/wallet/wallet_address.h
rename to components/autofill/browser/wallet/wallet_address.h
index 2e136047a5c7239e1a9430254f4bde23f5e1dc3c..a59973f072ea158ac59efed75b287c05b470fd7b 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,7 +19,7 @@ class DictionaryValue;
namespace autofill {
namespace wallet {
-// TODO(ahutter): This address is a lot like chrome/browser/autofill/address.h.
+// 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.
@@ -162,4 +162,4 @@ class Address {
} // namespace wallet
} // namespace autofill
-#endif // CHROME_BROWSER_AUTOFILL_WALLET_WALLET_ADDRESS_H_
+#endif // COMPONENTS_AUTOFILL_BROWSER_WALLET_WALLET_ADDRESS_H_

Powered by Google App Engine
This is Rietveld 408576698