#ifndef THIRD_PARTY_BLINK_RENDERER_PLATFORM_RUNTIME_ENABLED_FEATURES_H_
#define THIRD_PARTY_BLINK_RENDERER_PLATFORM_RUNTIME_ENABLED_FEATURES_H_
#include <string>
#include "base/gtest_prod_util.h"
#include "base/memory/protected_memory.h"
#include "third_party/blink/renderer/platform/platform_export.h"
#include "third_party/blink/renderer/platform/wtf/allocator/allocator.h"
#define ASSERT_ORIGIN_TRIAL(feature) …
namespace blink {
class FeatureContext;
class PLATFORM_EXPORT RuntimeEnabledFeaturesBase { … };
class PLATFORM_EXPORT RuntimeEnabledFeatures : public RuntimeEnabledFeaturesBase { … };
}
#endif