Index: components/autofill/core/browser/credit_card.h |
diff --git a/components/autofill/browser/credit_card.h b/components/autofill/core/browser/credit_card.h |
similarity index 95% |
rename from components/autofill/browser/credit_card.h |
rename to components/autofill/core/browser/credit_card.h |
index 412f317219f0ba1ebda1a8de86a97f451c49b3c8..f9053ffc6a466689cbe0ae900807455746d62f2f 100644 |
--- a/components/autofill/browser/credit_card.h |
+++ b/components/autofill/core/browser/credit_card.h |
@@ -2,8 +2,8 @@ |
// 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_H_ |
-#define COMPONENTS_AUTOFILL_BROWSER_CREDIT_CARD_H_ |
+#ifndef COMPONENTS_AUTOFILL_CORE_BROWSER_CREDIT_CARD_H_ |
+#define COMPONENTS_AUTOFILL_CORE_BROWSER_CREDIT_CARD_H_ |
#include <iosfwd> |
#include <string> |
@@ -11,8 +11,8 @@ |
#include "base/compiler_specific.h" |
#include "base/strings/string16.h" |
-#include "components/autofill/browser/autofill_data_model.h" |
-#include "components/autofill/browser/field_types.h" |
+#include "components/autofill/core/browser/autofill_data_model.h" |
+#include "components/autofill/core/browser/field_types.h" |
namespace autofill { |
@@ -160,4 +160,4 @@ extern const char* const kVisaCard; |
} // namespace autofill |
-#endif // COMPONENTS_AUTOFILL_BROWSER_CREDIT_CARD_H_ |
+#endif // COMPONENTS_AUTOFILL_CORE_BROWSER_CREDIT_CARD_H_ |