// Copyright 2017 The Chromium Authors // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. // This file defines all the public base::FeatureList features for the content // module. #ifndef SANDBOX_POLICY_FEATURES_H_ #define SANDBOX_POLICY_FEATURES_H_ #include "base/feature_list.h" #include "build/build_config.h" #include "build/chromeos_buildflags.h" #include "sandbox/policy/export.h" namespace sandbox::policyfeatures // namespace sandbox::policy::features #endif // SANDBOX_POLICY_FEATURES_H_