| Index: sync/util/get_session_name.h
|
| diff --git a/sync/util/get_session_name.h b/sync/util/get_session_name.h
|
| index ea84aee364675daa8ea07524b429b3de3b50dc36..6e1b7ddee5c51faa83ed6647d9b8a035138a4fd5 100644
|
| --- a/sync/util/get_session_name.h
|
| +++ b/sync/util/get_session_name.h
|
| @@ -15,7 +15,7 @@ namespace base {
|
| class TaskRunner;
|
| } // namespace base
|
|
|
| -namespace csync {
|
| +namespace syncer {
|
|
|
| void GetSessionName(
|
| const scoped_refptr<base::TaskRunner>& task_runner,
|
| @@ -23,6 +23,6 @@ void GetSessionName(
|
|
|
| std::string GetSessionNameSynchronouslyForTesting();
|
|
|
| -} // namespace csync
|
| +} // namespace syncer
|
|
|
| #endif // SYNC_UTIL_GET_SESSION_NAME_H_
|
|
|