// Copyright 2023 The Chromium Authors // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #ifndef CONTENT_BROWSER_RENDERER_HOST_SYSTEM_ENTROPY_UTILS_H_ #define CONTENT_BROWSER_RENDERER_HOST_SYSTEM_ENTROPY_UTILS_H_ #include "content/browser/renderer_host/frame_tree_node.h" #include "content/public/common/content_client.h" #include "third_party/blink/public/mojom/navigation/system_entropy.mojom.h" namespace content { class SystemEntropyUtils { … }; } // namespace content #endif // CONTENT_BROWSER_RENDERER_HOST_SYSTEM_ENTROPY_UTILS_H_