#include "content/test/content_browser_consistency_checker.h"
#include "base/functional/bind.h"
#include "content/browser/web_contents/web_contents_impl.h"
#include "content/public/test/browser_test_utils.h"
#include "content/test/web_contents_observer_consistency_checker.h"
namespace content {
namespace {
bool g_consistency_checks_already_enabled = …;
}
ContentBrowserConsistencyChecker::ContentBrowserConsistencyChecker() { … }
ContentBrowserConsistencyChecker::~ContentBrowserConsistencyChecker() { … }
void ContentBrowserConsistencyChecker::OnWebContentsCreated(
WebContents* web_contents) { … }
}