#include "base/test/bind.h"
#include "base/test/task_environment.h"
#include "content/public/test/browser_test.h"
#include "content/public/test/content_browser_test.h"
#include "content/public/test/content_browser_test_utils.h"
#include "content/public/test/url_loader_interceptor.h"
#include "content/shell/browser/shell_content_browser_client.h"
#include "services/network/public/cpp/resource_request.h"
#include "services/network/public/mojom/network_context.mojom.h"
#include "testing/gmock/include/gmock/gmock.h"
#include "testing/gtest/include/gtest/gtest.h"
Optional;
namespace content {
namespace {
const char kTestHeaders[] = …;
}
TopFramePopulationBrowsertest;
IN_PROC_BROWSER_TEST_F(TopFramePopulationBrowsertest, FromTopFrame) { … }
IN_PROC_BROWSER_TEST_F(TopFramePopulationBrowsertest, FromNestedFrame) { … }
}