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_ |