| Index: sync/internal_api/public/util/unrecoverable_error_info.h
|
| diff --git a/sync/internal_api/public/util/unrecoverable_error_info.h b/sync/internal_api/public/util/unrecoverable_error_info.h
|
| index 6e8af72df5b72d86c9c92ffd1127b9bc9448e619..912b51edeaff57081b594d1360c54ee270e30c6a 100644
|
| --- a/sync/internal_api/public/util/unrecoverable_error_info.h
|
| +++ b/sync/internal_api/public/util/unrecoverable_error_info.h
|
| @@ -12,7 +12,7 @@
|
|
|
| #include "base/location.h"
|
|
|
| -namespace csync {
|
| +namespace syncer {
|
|
|
| class UnrecoverableErrorInfo {
|
| public:
|
| @@ -36,6 +36,6 @@ class UnrecoverableErrorInfo {
|
| bool is_set_;
|
| };
|
|
|
| -} // namespace csync
|
| +} // namespace syncer
|
|
|
| #endif // SYNC_UTIL_UNRECOVERABLE_ERROR_INFO_H_
|
|
|