// Copyright 2026 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/personal_context/core/mock_personal_context_service.h"

namespace personal_context {

MockPersonalContextService::MockPersonalContextService() = default;
MockPersonalContextService::~MockPersonalContextService() = default;

}  // namespace personal_context
