blob: 07ce2222d87ed9dff931de3e2fb6509319a7c3c0 [file] [log] [blame]
// Copyright 2018 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_FEED_FEED_FEATURE_LIST_H_
#define COMPONENTS_FEED_FEED_FEATURE_LIST_H_
#include "base/feature_list.h"
namespace feed {
extern const base::Feature kInterestFeedContentSuggestions;
} // namespace feed
#endif // COMPONENTS_FEED_FEED_FEATURE_LIST_H_