Index: components/autofill/browser/credit_card_field.h |
diff --git a/chrome/browser/autofill/credit_card_field.h b/components/autofill/browser/credit_card_field.h |
similarity index 89% |
rename from chrome/browser/autofill/credit_card_field.h |
rename to components/autofill/browser/credit_card_field.h |
index 50fbb4380ebca168c09448bc23f7a66d343aa0c0..777aa16483ac870e6c7405a9afdcd4399c3bdcee 100644 |
--- a/chrome/browser/autofill/credit_card_field.h |
+++ b/components/autofill/browser/credit_card_field.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_FIELD_H_ |
-#define CHROME_BROWSER_AUTOFILL_CREDIT_CARD_FIELD_H_ |
+#ifndef COMPONENTS_AUTOFILL_BROWSER_CREDIT_CARD_FIELD_H_ |
+#define COMPONENTS_AUTOFILL_BROWSER_CREDIT_CARD_FIELD_H_ |
#include <vector> |
#include "base/basictypes.h" |
#include "base/compiler_specific.h" |
#include "base/gtest_prod_util.h" |
-#include "chrome/browser/autofill/autofill_type.h" |
-#include "chrome/browser/autofill/form_field.h" |
+#include "components/autofill/browser/autofill_type.h" |
+#include "components/autofill/browser/form_field.h" |
class AutofillField; |
class AutofillScanner; |
@@ -68,4 +68,4 @@ class CreditCardField : public FormField { |
DISALLOW_COPY_AND_ASSIGN(CreditCardField); |
}; |
-#endif // CHROME_BROWSER_AUTOFILL_CREDIT_CARD_FIELD_H_ |
+#endif // COMPONENTS_AUTOFILL_BROWSER_CREDIT_CARD_FIELD_H_ |