| Index: components/autofill/core/common/autocheckout_status.h
|
| diff --git a/components/autofill/core/common/autocheckout_status.h b/components/autofill/core/common/autocheckout_status.h
|
| deleted file mode 100644
|
| index 81bc7005e80631a6c7f76296dab7e8254653b24f..0000000000000000000000000000000000000000
|
| --- a/components/autofill/core/common/autocheckout_status.h
|
| +++ /dev/null
|
| @@ -1,22 +0,0 @@
|
| -// Copyright 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_CORE_COMMON_AUTOCHECKOUT_STATUS_H_
|
| -#define COMPONENTS_AUTOFILL_CORE_COMMON_AUTOCHECKOUT_STATUS_H_
|
| -
|
| -namespace autofill {
|
| -
|
| -enum AutocheckoutStatus {
|
| - SUCCESS,
|
| - MISSING_FIELDMAPPING,
|
| - MISSING_ADVANCE,
|
| - MISSING_CLICK_ELEMENT_BEFORE_FORM_FILLING,
|
| - MISSING_CLICK_ELEMENT_AFTER_FORM_FILLING,
|
| - CANNOT_PROCEED,
|
| - AUTOCHECKOUT_STATUS_NUM_STATUS,
|
| -};
|
| -
|
| -} // namespace autofill
|
| -
|
| -#endif // COMPONENTS_AUTOFILL_CORE_COMMON_AUTOCHECKOUT_STATUS_H_
|
|
|