diff options
Diffstat (limited to 'sync/test/sessions')
-rw-r--r-- | sync/test/sessions/test_scoped_session_event_listener.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sync/test/sessions/test_scoped_session_event_listener.h b/sync/test/sessions/test_scoped_session_event_listener.h index f2cdadd..17fc160 100644 --- a/sync/test/sessions/test_scoped_session_event_listener.h +++ b/sync/test/sessions/test_scoped_session_event_listener.h @@ -8,7 +8,7 @@ #include "sync/sessions/sync_session_context.h" -namespace browser_sync { +namespace csync { namespace sessions { // Installs a SyncEventListener to a given session context for the lifetime of @@ -31,6 +31,6 @@ class TestScopedSessionEventListener { }; } // namespace sessions -} // namespace browser_sync +} // namespace csync #endif // SYNC_TEST_SESSIONS_TEST_SCOPED_SESSION_EVENT_LISTENER_H_ |