Index: components/autofill/shared/autocheckout_status.h |
diff --git a/components/autofill/common/autocheckout_status.h b/components/autofill/shared/autocheckout_status.h |
similarity index 71% |
rename from components/autofill/common/autocheckout_status.h |
rename to components/autofill/shared/autocheckout_status.h |
index 182bba82a27a2e9b6b68c0266374046546411e9f..f2e4730cb8df4d02ee9199fb5c30a455512e99d7 100644 |
--- a/components/autofill/common/autocheckout_status.h |
+++ b/components/autofill/shared/autocheckout_status.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_COMMON_AUTOCHECKOUT_STATUS_H_ |
-#define COMPONENTS_AUTOFILL_COMMON_AUTOCHECKOUT_STATUS_H_ |
+#ifndef COMPONENTS_AUTOFILL_SHARED_AUTOCHECKOUT_STATUS_H_ |
+#define COMPONENTS_AUTOFILL_SHARED_AUTOCHECKOUT_STATUS_H_ |
namespace autofill { |
@@ -19,4 +19,4 @@ enum AutocheckoutStatus { |
} // namespace autofill |
-#endif // COMPONENTS_AUTOFILL_COMMON_AUTOCHECKOUT_STATUS_H_ |
+#endif // COMPONENTS_AUTOFILL_SHARED_AUTOCHECKOUT_STATUS_H_ |