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

Unified Diff: components/autofill/browser/credit_card.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
« no previous file with comments | « components/autofill/browser/contact_info_unittest.cc ('k') | components/autofill/browser/credit_card.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/autofill/browser/credit_card.h
diff --git a/chrome/browser/autofill/credit_card.h b/components/autofill/browser/credit_card.h
similarity index 95%
rename from chrome/browser/autofill/credit_card.h
rename to components/autofill/browser/credit_card.h
index 6f26a1fe4a0fb78eca57d80b4acf5f66c7c32d9f..50700ad56fc6ab131aaabf9d8a78ea17f3797104 100644
--- a/chrome/browser/autofill/credit_card.h
+++ b/components/autofill/browser/credit_card.h
@@ -2,16 +2,16 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#ifndef CHROME_BROWSER_AUTOFILL_CREDIT_CARD_H_
-#define CHROME_BROWSER_AUTOFILL_CREDIT_CARD_H_
+#ifndef COMPONENTS_AUTOFILL_BROWSER_CREDIT_CARD_H_
+#define COMPONENTS_AUTOFILL_BROWSER_CREDIT_CARD_H_
#include <iosfwd>
#include <string>
#include <vector>
#include "base/string16.h"
-#include "chrome/browser/autofill/field_types.h"
-#include "chrome/browser/autofill/form_group.h"
+#include "components/autofill/browser/field_types.h"
+#include "components/autofill/browser/form_group.h"
struct FormFieldData;
@@ -150,4 +150,4 @@ extern const char* const kMasterCard;
extern const char* const kSoloCard;
extern const char* const kVisaCard;
-#endif // CHROME_BROWSER_AUTOFILL_CREDIT_CARD_H_
+#endif // COMPONENTS_AUTOFILL_BROWSER_CREDIT_CARD_H_
« no previous file with comments | « components/autofill/browser/contact_info_unittest.cc ('k') | components/autofill/browser/credit_card.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698