#ifndef COMPONENTS_CONTENT_CAPTURE_BROWSER_CONTENT_CAPTURE_TEST_HELPER_H_
#define COMPONENTS_CONTENT_CAPTURE_BROWSER_CONTENT_CAPTURE_TEST_HELPER_H_
#include "components/content_capture/browser/content_capture_consumer.h"
#include "components/content_capture/browser/content_capture_receiver.h"
#include "components/content_capture/browser/onscreen_content_provider.h"
namespace content_capture {
class FakeContentCaptureSender { … };
class SessionRemovedTestHelper { … };
class ContentCaptureConsumerHelper : public ContentCaptureConsumer { … };
class ContentCaptureTestHelper { … };
void VerifySession(const ContentCaptureSession& expected,
const ContentCaptureSession& result);
ContentCaptureFrame GetExpectedTestData(const ContentCaptureData& data,
int64_t expected_id);
}
#endif