blob: 69a30710aee28f8f3e9495860b74ef9d11813c17 [file] [log] [blame]
// 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 COMPONENTS_COMPOSE_CORE_BROWSER_COMPOSE_FEATURES_H_
#define COMPONENTS_COMPOSE_CORE_BROWSER_COMPOSE_FEATURES_H_
#include "base/feature_list.h"
namespace compose::features {
BASE_DECLARE_FEATURE(kEnableCompose);
} // namespace compose::features
#endif // COMPONENTS_COMPOSE_CORE_BROWSER_COMPOSE_FEATURES_H_