| 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 8cf2db68c60312c7aa4dff1efe49731ab1db2963..d4a2feec6c080ef33ce8b318bae85a50aad6757f 100644
|
| --- a/chrome/browser/sync/sessions/notification_service_sessions_router.h
|
| +++ b/chrome/browser/sync/sessions/notification_service_sessions_router.h
|
| @@ -71,8 +71,8 @@ class NotificationServiceSessionsRouter
|
| sync_sessions::SyncSessionsClient* const sessions_client_;
|
| syncer::SyncableService::StartSyncFlare flare_;
|
|
|
| - scoped_ptr<base::CallbackList<void(const std::set<GURL>&,
|
| - const GURL&)>::Subscription>
|
| + std::unique_ptr<base::CallbackList<void(const std::set<GURL>&,
|
| + const GURL&)>::Subscription>
|
| favicon_changed_subscription_;
|
|
|
| base::WeakPtrFactory<NotificationServiceSessionsRouter> weak_ptr_factory_;
|
|
|