| Index: chrome/browser/sessions/session_service.h
|
| diff --git a/chrome/browser/sessions/session_service.h b/chrome/browser/sessions/session_service.h
|
| index 9aa049de6e38c839537db0ac97198b33d2094a0d..69992e44678bbee15fa3334c95e9d2c0502eaf3e 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;
|
|
|