Index: components/autofill/common/autocheckout_status.h |
diff --git a/components/autofill/shared/autocheckout_status.h b/components/autofill/common/autocheckout_status.h |
similarity index 61% |
rename from components/autofill/shared/autocheckout_status.h |
rename to components/autofill/common/autocheckout_status.h |
index 4b4ba5330ef0f2783e832a74e8099b84470621ec..182bba82a27a2e9b6b68c0266374046546411e9f 100644 |
--- a/components/autofill/shared/autocheckout_status.h |
+++ b/components/autofill/common/autocheckout_status.h |
@@ -1,9 +1,9 @@ |
-// Copyright 2013 The Chromium Authors. All rights reserved. |
+// Copyright (c) 2013 The Chromium Authors. All rights reserved. |
// Use of this source code is governed by a BSD-style license that can be |
// found in the LICENSE file. |
-#ifndef COMPONENTS_AUTOFILL_SHARED_AUTOCHECKOUT_STATUS_H_ |
-#define COMPONENTS_AUTOFILL_SHARED_AUTOCHECKOUT_STATUS_H_ |
+#ifndef COMPONENTS_AUTOFILL_COMMON_AUTOCHECKOUT_STATUS_H_ |
+#define COMPONENTS_AUTOFILL_COMMON_AUTOCHECKOUT_STATUS_H_ |
namespace autofill { |
@@ -19,4 +19,4 @@ enum AutocheckoutStatus { |
} // namespace autofill |
-#endif // COMPONENTS_AUTOFILL_SHARED_AUTOCHECKOUT_STATUS_H_ |
+#endif // COMPONENTS_AUTOFILL_COMMON_AUTOCHECKOUT_STATUS_H_ |