1diff --git third_party/blink/renderer/build/scripts/templates/runtime_enabled_features.h.tmpl third_party/blink/renderer/build/scripts/templates/runtime_enabled_features.h.tmpl 2index 602131e3d640..7791b570547e 100644 3--- third_party/blink/renderer/build/scripts/templates/runtime_enabled_features.h.tmpl 4+++ third_party/blink/renderer/build/scripts/templates/runtime_enabled_features.h.tmpl 5@@ -11,6 +11,8 @@ 6 #include "third_party/blink/renderer/platform/platform_export.h" 7 #include "third_party/blink/renderer/platform/wtf/allocator/allocator.h" 8 9+class AlloyContentRendererClient; 10+ 11 #define ASSERT_ORIGIN_TRIAL(feature) \ 12 static_assert(std::is_same<decltype(::blink::RuntimeEnabledFeatures:: \ 13 feature##EnabledByRuntimeFlag()), \ 14@@ -115,6 +117,7 @@ class PLATFORM_EXPORT RuntimeEnabledFeatures : public RuntimeEnabledFeaturesBase 15 // protected section of RuntimeEnabledFeaturesBase. Normally, unit tests 16 // should use the ScopedFeatureNameForTest classes defined in 17 // platform/testing/runtime_enabled_features_test_helpers.h. 18+ friend class ::AlloyContentRendererClient; 19 friend class DevToolsEmulator; 20 friend class InternalRuntimeFlags; 21 friend class V8ContextSnapshotImpl; 22