| // Copyright 2024 The Chromium Authors |
| // Use of this source code is governed by a BSD-style license that can be |
| // found in the LICENSE file. |
| |
| #include "content/browser/renderer_host/input/mock_tfhandwriting.h" |
| |
| namespace content { |
| |
| MockTfImpl::MockTfImpl() = default; |
| MockTfImpl::~MockTfImpl() = default; |
| |
| MockTfHandwritingRequest::MockTfHandwritingRequest() = default; |
| MockTfHandwritingRequest::~MockTfHandwritingRequest() = default; |
| |
| MockTfFocusHandwritingTargetArgsImpl::MockTfFocusHandwritingTargetArgsImpl() = |
| default; |
| MockTfFocusHandwritingTargetArgsImpl::~MockTfFocusHandwritingTargetArgsImpl() = |
| default; |
| |
| } // namespace content |