#include "third_party/blink/renderer/modules/mediastream/test/fake_image_capturer.h"
#include "third_party/blink/renderer/core/execution_context/execution_context.h"
#include "third_party/blink/renderer/core/frame/local_dom_window.h"
#include "third_party/blink/renderer/platform/wtf/casting.h"
namespace blink {
void FakeImageCapture::RegisterBinding(ExecutionContext* context) { … }
void FakeImageCapture::Bind(mojo::ScopedMessagePipeHandle handle) { … }
void FakeImageCapture::GetPhotoState(const WTF::String& source_id,
GetPhotoStateCallback callback) { … }
}