#include "base/strings/utf_string_conversions.h"
#include "base/test/task_environment.h"
#include "components/content_capture/common/traits_test_service.test-mojom.h"
#include "mojo/public/cpp/bindings/receiver_set.h"
#include "mojo/public/cpp/bindings/remote.h"
#include "testing/gtest/include/gtest/gtest.h"
namespace content_capture {
namespace {
class ContentCaptureStructTraitsTest : public testing::Test,
public mojom::TraitsTestService { … };
TEST_F(ContentCaptureStructTraitsTest, ContentCaptureData) { … }
}
}