#include "chrome/browser/companion/core/promo_handler.h"
#include "chrome/browser/companion/core/constants.h"
#include "chrome/browser/companion/core/mock_signin_delegate.h"
#include "chrome/browser/companion/core/mojom/companion.mojom.h"
#include "components/prefs/pref_registry_simple.h"
#include "components/prefs/testing_pref_service.h"
#include "testing/gmock/include/gmock/gmock.h"
#include "testing/gtest/include/gtest/gtest.h"
namespace companion {
class PromoHandlerTest : public testing::Test { … };
TEST_F(PromoHandlerTest, MsbbPromo) { … }
TEST_F(PromoHandlerTest, SigninPromo) { … }
TEST_F(PromoHandlerTest, ExpsPromo) { … }
TEST_F(PromoHandlerTest, PcoPromo) { … }
}