// Copyright 2021 The Chromium Authors // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #include "components/named_mojo_ipc_server/named_mojo_ipc_test_util.h" #include <inttypes.h> #include "base/files/file_path.h" #include "base/files/file_util.h" #include "base/logging.h" #include "base/rand_util.h" #include "base/strings/stringprintf.h" #include "build/build_config.h" namespace named_mojo_ipc_server { namespace test { mojo::NamedPlatformChannel::ServerName GenerateRandomServerName() { … } } // namespace test } // namespace named_mojo_ipc_server