// Copyright 2021 The Chromium Authors // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #include "chrome/browser/sessions/exit_type_service.h" #include <string> #include "chrome/common/pref_names.h" #include "chrome/test/base/browser_with_test_window_test.h" #include "components/prefs/pref_service.h" ExitTypeServiceTest; TEST_F(ExitTypeServiceTest, Defaults) { … }