blob: 0008bb72ed01da2b854af2c4fb6c9b9172a8dae7 [file]
// Copyright 2026 The Chromium Authors
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
#ifndef COMPONENTS_SKILLS_FEATURES_H_
#define COMPONENTS_SKILLS_FEATURES_H_
#include "base/feature_list.h"
#include "base/metrics/field_trial_params.h"
namespace features {
BASE_DECLARE_FEATURE(kSkillsEnabled);
} // namespace features
#endif // COMPONENTS_SKILLS_FEATURES_H_