// 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/browser_actuator/test_support/mock_browser_actuator_service.h"

namespace browser_actuator {

MockBrowserActuatorService::MockBrowserActuatorService() = default;

MockBrowserActuatorService::~MockBrowserActuatorService() = default;

}  // namespace browser_actuator
