Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(5753)

Unified Diff: chrome/browser/sessions/tab_restore_service.h

Issue 15517005: Remove references to Profile from browser_context_keyed_service. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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 {

Powered by Google App Engine
This is Rietveld 408576698