| Index: chrome/browser/sessions/tab_restore_service.h
|
| diff --git a/chrome/browser/sessions/tab_restore_service.h b/chrome/browser/sessions/tab_restore_service.h
|
| index 69edad538d19b1eff25f4a56198a378bdb56069b..210ba2f71bb5eae096cfaaa18ccc69a9e285d0ba 100644
|
| --- a/chrome/browser/sessions/tab_restore_service.h
|
| +++ b/chrome/browser/sessions/tab_restore_service.h
|
| @@ -38,7 +38,7 @@ class WebContents;
|
| //
|
| // To listen for changes to the set of entries managed by the TabRestoreService
|
| // add an observer.
|
| -class TabRestoreService : public ProfileKeyedService {
|
| +class TabRestoreService : public BrowserContextKeyedService {
|
| public:
|
| // Interface used to allow the test to provide a custom time.
|
| class TimeFactory {
|
|
|