| Index: sync/internal_api/public/util/report_unrecoverable_error_function.h
|
| diff --git a/sync/internal_api/public/util/report_unrecoverable_error_function.h b/sync/internal_api/public/util/report_unrecoverable_error_function.h
|
| index dfe00a821c5f1a6fc516df2051cfc6fbb0b88bf4..a6aec0f268e8aa5a4884fec0c9949232538c59e0 100644
|
| --- a/sync/internal_api/public/util/report_unrecoverable_error_function.h
|
| +++ b/sync/internal_api/public/util/report_unrecoverable_error_function.h
|
| @@ -6,7 +6,7 @@
|
| #define SYNC_UTIL_REPORT_UNRECOVERABLE_ERROR_FUNCTION_H_
|
| #pragma once
|
|
|
| -namespace csync {
|
| +namespace syncer {
|
|
|
| // A ReportUnrecoverableErrorFunction is a function that is called
|
| // immediately when an unrecoverable error is encountered. Unlike
|
| @@ -14,6 +14,6 @@ namespace csync {
|
| // context surrounding it.
|
| typedef void (*ReportUnrecoverableErrorFunction)(void);
|
|
|
| -} // namespace csync
|
| +} // namespace syncer
|
|
|
| #endif // SYNC_UTIL_REPORT_UNRECOVERABLE_ERROR_FUNCTION_H_
|
|
|