// Copyright 2019 The Chromium Authors // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #include "content/renderer/discardable_memory_utils.h" #include <utility> #include "base/memory/discardable_memory.h" #include "content/child/child_process.h" #include "content/child/child_thread_impl.h" namespace content { scoped_refptr<discardable_memory::ClientDiscardableSharedMemoryManager> CreateDiscardableMemoryAllocator() { … } } // namespace content