chromium/chrome/browser/enterprise/data_controls/desktop_data_controls_dialog_test_helper.h

// 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.

#ifndef CHROME_BROWSER_ENTERPRISE_DATA_CONTROLS_DESKTOP_DATA_CONTROLS_DIALOG_TEST_HELPER_H_
#define CHROME_BROWSER_ENTERPRISE_DATA_CONTROLS_DESKTOP_DATA_CONTROLS_DIALOG_TEST_HELPER_H_

#include "base/memory/raw_ptr.h"
#include "base/run_loop.h"
#include "chrome/browser/enterprise/data_controls/desktop_data_controls_dialog.h"

namespace data_controls {

// Helper class to interact with a DesktopDataControlsDialog that might be shown
// during a test.
class DesktopDataControlsDialogTestHelper
    : public DesktopDataControlsDialog::TestObserver {};

}  // namespace data_controls

#endif  // CHROME_BROWSER_ENTERPRISE_DATA_CONTROLS_DESKTOP_DATA_CONTROLS_DIALOG_TEST_HELPER_H_