Index: components/autofill/core/browser/credit_card_field.h |
diff --git a/components/autofill/browser/credit_card_field.h b/components/autofill/core/browser/credit_card_field.h |
similarity index 88% |
rename from components/autofill/browser/credit_card_field.h |
rename to components/autofill/core/browser/credit_card_field.h |
index ecf9eb223e8dd35c384727f95ddb7dd90c0cc93b..5960b43acc50083aa48967cfb58afc8b67e88e6d 100644 |
--- a/components/autofill/browser/credit_card_field.h |
+++ b/components/autofill/core/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 COMPONENTS_AUTOFILL_BROWSER_CREDIT_CARD_FIELD_H_ |
-#define COMPONENTS_AUTOFILL_BROWSER_CREDIT_CARD_FIELD_H_ |
+#ifndef COMPONENTS_AUTOFILL_CORE_BROWSER_CREDIT_CARD_FIELD_H_ |
+#define COMPONENTS_AUTOFILL_CORE_BROWSER_CREDIT_CARD_FIELD_H_ |
#include <vector> |
#include "base/basictypes.h" |
#include "base/compiler_specific.h" |
#include "base/gtest_prod_util.h" |
-#include "components/autofill/browser/autofill_type.h" |
-#include "components/autofill/browser/form_field.h" |
+#include "components/autofill/core/browser/autofill_type.h" |
+#include "components/autofill/core/browser/form_field.h" |
namespace autofill { |
@@ -72,4 +72,4 @@ class CreditCardField : public FormField { |
} // namespace autofill |
-#endif // COMPONENTS_AUTOFILL_BROWSER_CREDIT_CARD_FIELD_H_ |
+#endif // COMPONENTS_AUTOFILL_CORE_BROWSER_CREDIT_CARD_FIELD_H_ |