ozone: evdev: Sync caps lock LED state to evdev
[chromium-blink-merge.git] / components / autofill / core / browser / card_unmask_delegate.cc
blob00a8c59b175a153a756cb9bbea1d432a68f0eb7f
1 // Copyright 2015 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file.
5 #include "components/autofill/core/browser/card_unmask_delegate.h"
7 namespace autofill {
9 CardUnmaskDelegate::UnmaskResponse::UnmaskResponse()
10 : should_store_pan(false) {}
11 CardUnmaskDelegate::UnmaskResponse::~UnmaskResponse() {}
13 } // namespace autofill