#include "services/network/public/cpp/transferable_socket.h"
#if BUILDFLAG(IS_WIN)
#include <windows.h>
#endif
#include "mojo/public/cpp/test_support/test_utils.h"
#include "net/log/net_log_source.h"
#include "net/socket/socket_descriptor.h"
#include "net/socket/tcp_socket.h"
#include "services/network/public/mojom/transferable_socket.mojom.h"
#include "testing/gtest/include/gtest/gtest.h"
#if BUILDFLAG(IS_WIN)
#include "base/process/process.h"
#include "net/base/winsock_init.h"
#endif
namespace network {
namespace {
TransferableSocketTest;
TEST_F(TransferableSocketTest, MojoTraits) { … }
TEST_F(TransferableSocketTest, InvalidSocketMojoTraits) { … }
TEST_F(TransferableSocketTest, EmptyMojoTraits) { … }
}
}