| Index: components/sync_sessions/local_session_event_router.h
|
| diff --git a/components/sync_sessions/local_session_event_router.h b/components/sync_sessions/local_session_event_router.h
|
| index 8cf9e956ceeebdbc528b293e2fd8f5266db4c050..51b07c3db0317478256a4042a4da75ed571f89cf 100644
|
| --- a/components/sync_sessions/local_session_event_router.h
|
| +++ b/components/sync_sessions/local_session_event_router.h
|
| @@ -10,7 +10,7 @@
|
| #include "base/macros.h"
|
| #include "url/gurl.h"
|
|
|
| -namespace browser_sync {
|
| +namespace sync_sessions {
|
|
|
| class SyncedTabDelegate;
|
|
|
| @@ -58,6 +58,6 @@ class LocalSessionEventRouter {
|
| DISALLOW_COPY_AND_ASSIGN(LocalSessionEventRouter);
|
| };
|
|
|
| -} // namespace browser_sync
|
| +} // namespace sync_sessions
|
|
|
| #endif // COMPONENTS_SYNC_SESSIONS_LOCAL_SESSION_EVENT_ROUTER_H_
|
|
|