| Index: sync/internal_api/public/util/unrecoverable_error_info.cc
|
| diff --git a/sync/internal_api/public/util/unrecoverable_error_info.cc b/sync/internal_api/public/util/unrecoverable_error_info.cc
|
| index ae17d2f179a3c09a3c6c8e10487651b09002c059..2234650330130f1343d963552ea780aadef074e9 100644
|
| --- a/sync/internal_api/public/util/unrecoverable_error_info.cc
|
| +++ b/sync/internal_api/public/util/unrecoverable_error_info.cc
|
| @@ -4,7 +4,7 @@
|
|
|
| #include "sync/internal_api/public/util/unrecoverable_error_info.h"
|
|
|
| -namespace csync {
|
| +namespace syncer {
|
|
|
| UnrecoverableErrorInfo::UnrecoverableErrorInfo()
|
| : is_set_(false) {
|
| @@ -41,4 +41,4 @@ const std::string& UnrecoverableErrorInfo::message() const {
|
| return message_;
|
| }
|
|
|
| -} // namespace csync
|
| +} // namespace syncer
|
|
|