| Index: sync/sessions/debug_info_getter.h
|
| diff --git a/sync/sessions/debug_info_getter.h b/sync/sessions/debug_info_getter.h
|
| index 3dea807c445dbd19c5c9a0aca05d9019a6e268c9..c434091c3c3ab9c01bda34117aaea51a1f109b14 100644
|
| --- a/sync/sessions/debug_info_getter.h
|
| +++ b/sync/sessions/debug_info_getter.h
|
| @@ -7,7 +7,7 @@
|
|
|
| #include "sync/protocol/sync.pb.h"
|
|
|
| -namespace csync {
|
| +namespace syncer {
|
| namespace sessions {
|
|
|
| // This is the interface that needs to be implemented by the event listener
|
| @@ -21,7 +21,7 @@ class DebugInfoGetter {
|
| };
|
|
|
| } // namespace sessions
|
| -} // namespace csync
|
| +} // namespace syncer
|
|
|
| #endif // SYNC_SESSIONS_DEBUG_INFO_GETTER_H_
|
|
|
|
|