| Index: sync/internal_api/public/util/unrecoverable_error_handler.h
|
| diff --git a/sync/internal_api/public/util/unrecoverable_error_handler.h b/sync/internal_api/public/util/unrecoverable_error_handler.h
|
| index a96a4873a71674c52b7d49e1ae3dc80789aa89c1..82644ee8531bcddd3bbab70a55343be98db5eaf5 100644
|
| --- a/sync/internal_api/public/util/unrecoverable_error_handler.h
|
| +++ b/sync/internal_api/public/util/unrecoverable_error_handler.h
|
| @@ -10,7 +10,7 @@
|
|
|
| #include "base/location.h"
|
|
|
| -namespace csync {
|
| +namespace syncer {
|
|
|
| class UnrecoverableErrorHandler {
|
| public:
|
| @@ -24,7 +24,6 @@ class UnrecoverableErrorHandler {
|
| virtual ~UnrecoverableErrorHandler() { }
|
| };
|
|
|
| -}
|
| +} // namespace syncer
|
|
|
| #endif // SYNC_UTIL_UNRECOVERABLE_ERROR_HANDLER_H_
|
| -
|
|
|