| Index: components/autofill/common/autocheckout_status.h
|
| diff --git a/chrome/common/autofill/autocheckout_status.h b/components/autofill/common/autocheckout_status.h
|
| similarity index 64%
|
| rename from chrome/common/autofill/autocheckout_status.h
|
| rename to components/autofill/common/autocheckout_status.h
|
| index cb5808affb04677277f2c18457005b33aa127f96..80e6abf5766656cf683cd90d21ca96d9b8a1bd15 100644
|
| --- a/chrome/common/autofill/autocheckout_status.h
|
| +++ b/components/autofill/common/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 CHROME_COMMON_AUTOFILL_AUTOCHECKOUT_STATUS_H_
|
| -#define CHROME_COMMON_AUTOFILL_AUTOCHECKOUT_STATUS_H_
|
| +#ifndef COMPONENTS_AUTOFILL_COMMON_AUTOCHECKOUT_STATUS_H_
|
| +#define COMPONENTS_AUTOFILL_COMMON_AUTOCHECKOUT_STATUS_H_
|
|
|
| namespace autofill {
|
|
|
| @@ -16,4 +16,4 @@ enum AutocheckoutStatus {
|
|
|
| } // namespace autofill
|
|
|
| -#endif // CHROME_COMMON_AUTOFILL_AUTOCHECKOUT_STATUS_H_
|
| +#endif // COMPONENTS_AUTOFILL_COMMON_AUTOCHECKOUT_STATUS_H_
|
|
|