diff options
Diffstat (limited to 'chrome/browser/sessions/session_service.h')
-rw-r--r-- | chrome/browser/sessions/session_service.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/browser/sessions/session_service.h b/chrome/browser/sessions/session_service.h index 9aa049d..69992e4 100644 --- a/chrome/browser/sessions/session_service.h +++ b/chrome/browser/sessions/session_service.h @@ -55,7 +55,7 @@ class WebContents; // SessionService rebuilds the contents of the file from the open state of the // browser. class SessionService : public BaseSessionService, - public ProfileKeyedService, + public BrowserContextKeyedService, public content::NotificationObserver, public chrome::BrowserListObserver { friend class SessionServiceTestHelper; |