#ifndef COMPONENTS_PERFORMANCE_MANAGER_TEST_SUPPORT_PERFORMANCE_MANAGER_BROWSERTEST_HARNESS_H_
#define COMPONENTS_PERFORMANCE_MANAGER_TEST_SUPPORT_PERFORMANCE_MANAGER_BROWSERTEST_HARNESS_H_
#include <set>
#include <string_view>
#include "base/memory/raw_ptr.h"
#include "components/performance_manager/embedder/graph_features.h"
#include "content/public/test/content_browser_test.h"
#include "testing/gtest/include/gtest/gtest.h"
class GURL;
namespace base {
class CommandLine;
}
namespace content {
class BrowserContext;
class Shell;
class WebContents;
}
namespace performance_manager {
class Graph;
class PerformanceManagerBrowserTestHarness
: public content::ContentBrowserTest { … };
}
#endif