// Copyright 2024 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_USER_EDUCATION_RECENT_SESSION_OBSERVER_H_ #define CHROME_BROWSER_USER_EDUCATION_RECENT_SESSION_OBSERVER_H_ #include "base/callback_list.h" #include "base/functional/callback_forward.h" #include "base/gtest_prod_util.h" #include "chrome/browser/user_education/recent_session_tracker.h" class RecentSessionObserver { … }; #endif // CHROME_BROWSER_USER_EDUCATION_RECENT_SESSION_OBSERVER_H_