// Copyright 2018 The Chromium Authors // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #include <algorithm> #include <utility> #include "base/containers/span.h" #include "base/memory/platform_shared_memory_region.h" #include "base/memory/read_only_shared_memory_region.h" #include "base/memory/unsafe_shared_memory_region.h" #include "base/memory/writable_shared_memory_region.h" #include "base/system/sys_info.h" #include "base/test/test_shared_memory_util.h" #include "build/build_config.h" #include "testing/gtest/include/gtest/gtest.h" base // namespace base