// 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 "chrome/browser/privacy_sandbox/privacy_sandbox_survey_desktop_controller.h" namespace privacy_sandbox { PrivacySandboxSurveyDesktopController::PrivacySandboxSurveyDesktopController() = default; PrivacySandboxSurveyDesktopController:: ~PrivacySandboxSurveyDesktopController() = default; } // namespace privacy_sandbox