| Index: components/autofill/core/browser/card_unmask_delegate.cc
|
| diff --git a/components/autofill/core/browser/card_unmask_delegate.cc b/components/autofill/core/browser/card_unmask_delegate.cc
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..05e684563b010ac43812218eba431f3112cecece
|
| --- /dev/null
|
| +++ b/components/autofill/core/browser/card_unmask_delegate.cc
|
| @@ -0,0 +1,12 @@
|
| +// Copyright 2015 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.
|
| +
|
| +#include "components/autofill/core/browser/card_unmask_delegate.h"
|
| +
|
| +namespace autofill {
|
| +
|
| +CardUnmaskDelegate::UnmaskResponse::UnmaskResponse() {}
|
| +CardUnmaskDelegate::UnmaskResponse::~UnmaskResponse() {}
|
| +
|
| +} // namespace autofill
|
|
|