#include "chrome/browser/profiles/profile_selections.h"
#include "chrome/browser/profiles/profile_testing_helper.h"
#include "testing/gtest/include/gtest/gtest.h"
class ProfileSelectionsTest : public testing::Test,
public ProfileTestingHelper { … };
TEST_F(ProfileSelectionsTest, DefaultConstructor) { … }
TEST_F(ProfileSelectionsTest, CustomImplementation) { … }
TEST_F(ProfileSelectionsTest, OnlyRegularProfile) { … }
TEST_F(ProfileSelectionsTest, RegularAndIncognito) { … }
TEST_F(ProfileSelectionsTest, RedirectedInIncognito) { … }
TEST_F(ProfileSelectionsTest, NoProfiles) { … }