| Index: chrome/browser/sync/sessions/notification_service_sessions_router.cc
|
| diff --git a/chrome/browser/sync/sessions/notification_service_sessions_router.cc b/chrome/browser/sync/sessions/notification_service_sessions_router.cc
|
| index 780ff29f0530d03590ae1b231beddd6c9c5a87a9..1ce72a52b815ea2f4b88f2aad04f41b67b946f35 100644
|
| --- a/chrome/browser/sync/sessions/notification_service_sessions_router.cc
|
| +++ b/chrome/browser/sync/sessions/notification_service_sessions_router.cc
|
| @@ -39,7 +39,7 @@
|
| using content::NavigationController;
|
| using content::WebContents;
|
|
|
| -namespace browser_sync {
|
| +namespace sync_sessions {
|
|
|
| namespace {
|
|
|
| @@ -59,7 +59,7 @@ SyncedTabDelegate* GetSyncedTabDelegateFromWebContents(
|
|
|
| NotificationServiceSessionsRouter::NotificationServiceSessionsRouter(
|
| Profile* profile,
|
| - sync_sessions::SyncSessionsClient* sessions_client,
|
| + SyncSessionsClient* sessions_client,
|
| const syncer::SyncableService::StartSyncFlare& flare)
|
| : handler_(NULL),
|
| profile_(profile),
|
| @@ -210,4 +210,4 @@ void NotificationServiceSessionsRouter::Stop() {
|
| handler_ = NULL;
|
| }
|
|
|
| -} // namespace browser_sync
|
| +} // namespace sync_sessions
|
|
|