#include "chrome/browser/content_extraction/inner_html.h"
#include "base/functional/bind.h"
#include "base/functional/callback_helpers.h"
#include "base/memory/ptr_util.h"
#include "base/metrics/histogram_functions.h"
#include "base/time/time.h"
#include "content/public/browser/render_frame_host.h"
#include "mojo/public/cpp/bindings/callback_helpers.h"
#include "services/service_manager/public/cpp/interface_provider.h"
#include "third_party/blink/public/mojom/content_extraction/inner_html.mojom.h"
namespace content_extraction {
namespace {
class MojoHandler { … };
}
void GetInnerHtml(content::RenderFrameHost& host, InnerHtmlCallback callback) { … }
}