blob: 2fd2bf48f2c802401b96f6a8c72ce8cd6532693a [file] [log] [blame]
// Copyright 2019 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
#ifndef COMPONENTS_GAMES_CORE_GAMES_FEATURES_H_
#define COMPONENTS_GAMES_CORE_GAMES_FEATURES_H_
#include "base/feature_list.h"
namespace games {
namespace features {
extern const base::Feature kGamesHub;
} // namespace features
} // namespace games
#endif // COMPONENTS_GAMES_CORE_GAMES_FEATURES_H_