| Index: chrome/browser/sync/sessions/notification_service_sessions_router.h
|
| diff --git a/chrome/browser/sync/sessions/notification_service_sessions_router.h b/chrome/browser/sync/sessions/notification_service_sessions_router.h
|
| index 85df6f9aaeb502e463c23c4f62f617d3e03fe1b7..7ce1c144c67c3c4632c52d599617a6b85eb203f2 100644
|
| --- a/chrome/browser/sync/sessions/notification_service_sessions_router.h
|
| +++ b/chrome/browser/sync/sessions/notification_service_sessions_router.h
|
| @@ -41,9 +41,9 @@ class NotificationServiceSessionsRouter
|
|
|
| private:
|
| // Called when the URL visited in |web_contents| was blocked by the
|
| - // ManagedUserService. We forward this on to our handler_ via the
|
| + // SupervisedUserService. We forward this on to our handler_ via the
|
| // normal OnLocalTabModified, but pass through here via a WeakPtr
|
| - // callback from ManagedUserService and to extract the tab delegate
|
| + // callback from SupervisedUserService and to extract the tab delegate
|
| // from WebContents.
|
| void OnNavigationBlocked(content::WebContents* web_contents);
|
|
|
|
|