// Copyright 2015 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_SESSIONS_CHROME_TAB_RESTORE_SERVICE_CLIENT_H_ #define CHROME_BROWSER_SESSIONS_CHROME_TAB_RESTORE_SERVICE_CLIENT_H_ #include "base/memory/raw_ptr.h" #include "components/sessions/core/tab_restore_service_client.h" class Profile; // ChromeTabRestoreServiceClient provides an implementation of // TabRestoreServiceClient that depends on chrome/. class ChromeTabRestoreServiceClient : public sessions::TabRestoreServiceClient { … }; #endif // CHROME_BROWSER_SESSIONS_CHROME_TAB_RESTORE_SERVICE_CLIENT_H_