chromium/chrome/browser/new_tab_page/feature_promo_helper/new_tab_page_feature_promo_helper.h

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

#include "base/feature_list.h"
#include "chrome/browser/ui/browser.h"
#include "content/public/browser/web_contents_observer.h"

class NewTabPageFeaturePromoHelper {};

#endif  // CHROME_BROWSER_NEW_TAB_PAGE_FEATURE_PROMO_HELPER_NEW_TAB_PAGE_FEATURE_PROMO_HELPER_H_