chromium/chrome/browser/ui/test/test_infobar.h

// Copyright 2019 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_UI_TEST_TEST_INFOBAR_H_
#define CHROME_BROWSER_UI_TEST_TEST_INFOBAR_H_

#include <optional>

#include "chrome/browser/ui/test/test_browser_ui.h"
#include "components/infobars/core/infobar_delegate.h"
#include "components/infobars/core/infobar_manager.h"

namespace content {
class WebContents;
}  // namespace content

namespace infobars {
class ContentInfoBarManager;
}

class TestInfoBar : public UiBrowserTest {};

#endif  // CHROME_BROWSER_UI_TEST_TEST_INFOBAR_H_