// 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_context_controller.h"

namespace contextual_search {

MockContextualSearchContextController::MockContextualSearchContextController() =
    default;
MockContextualSearchContextController::
    ~MockContextualSearchContextController() = default;

}  // namespace contextual_search
