| // Copyright 2025 The Chromium Authors |
| // Use of this source code is governed by a BSD-style license that can be |
| // found in the LICENSE file. |
| |
| #include "components/contextual_search/mock_contextual_search_session_handle.h" |
| |
| #include "components/contextual_search/contextual_search_session_handle.h" |
| |
| namespace contextual_search { |
| |
| MockContextualSearchSessionHandle::MockContextualSearchSessionHandle() |
| : ContextualSearchSessionHandle(/*service=*/nullptr, |
| base::UnguessableToken::Create(), |
| /*invocation_source=*/std::nullopt) {} |
| MockContextualSearchSessionHandle::~MockContextualSearchSessionHandle() = |
| default; |
| |
| } // namespace contextual_search |