#ifdef UNSAFE_BUFFERS_BUILD
#pragma allow_unsafe_buffers
#endif
#include <utility>
#include "base/test/task_environment.h"
#include "mojo/public/cpp/bindings/receiver_set.h"
#include "mojo/public/cpp/bindings/remote.h"
#include "testing/gtest/include/gtest/gtest.h"
#include "ui/base/ime/mojom/ime_mojom_traits_test.mojom.h"
#include "ui/base/ime/mojom/ime_types_mojom_traits.h"
namespace ui {
namespace {
class IMEStructTraitsTest : public testing::Test,
public mojom::IMEStructTraitsTest { … };
}
TEST_F(IMEStructTraitsTest, TextInputType) { … }
}