#include <memory>
#include "base/values.h"
#include "chrome/browser/prefs/session_startup_pref.h"
#include "chrome/common/pref_names.h"
#include "components/pref_registry/pref_registry_syncable.h"
#include "components/sync_preferences/testing_pref_service_syncable.h"
#include "testing/gmock/include/gmock/gmock.h"
#include "testing/gtest/include/gtest/gtest.h"
class SessionStartupPrefTest : public testing::Test { … };
TEST_F(SessionStartupPrefTest, URLListIsFixedUp) { … }
TEST_F(SessionStartupPrefTest, URLListManagedOverridesUser) { … }