// 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 IOS_CHROME_APP_BACKGROUND_REFRESH_DISCOVER_FEED_PROVIDER_H_
#define IOS_CHROME_APP_BACKGROUND_REFRESH_DISCOVER_FEED_PROVIDER_H_

#import "ios/chrome/app/background_refresh/app_refresh_provider.h"

// AppRefreshProvider for the Discover Feed.
@interface DiscoverFeedProvider : AppRefreshProvider

@end

#endif  // IOS_CHROME_APP_BACKGROUND_REFRESH_DISCOVER_FEED_PROVIDER_H_
