#ifndef CHROME_BROWSER_MEDIA_WEBRTC_WEBRTC_BROWSERTEST_BASE_H_
#define CHROME_BROWSER_MEDIA_WEBRTC_WEBRTC_BROWSERTEST_BASE_H_
#include <optional>
#include <string>
#include <vector>
#include "base/memory/ref_counted.h"
#include "chrome/browser/media/webrtc/test_stats_dictionary.h"
#include "chrome/test/base/in_process_browser_test.h"
namespace infobars {
class InfoBar;
}
namespace content {
class WebContents;
}
namespace extensions {
class Extension;
}
class WebRtcTestBase : public InProcessBrowserTest { … };
#endif