#include "content/public/test/test_web_contents_factory.h"
#include "base/memory/ptr_util.h"
#include "base/run_loop.h"
#include "content/public/browser/web_contents.h"
#include "content/public/test/test_renderer_host.h"
#include "content/public/test/web_contents_tester.h"
namespace content {
TestWebContentsFactory::TestWebContentsFactory()
: … { … }
TestWebContentsFactory::~TestWebContentsFactory() { … }
WebContents* TestWebContentsFactory::CreateWebContents(
BrowserContext* context) { … }
void TestWebContentsFactory::DestroyWebContents(WebContents* contents) { … }
}