| Index: sync/api/sync_error_factory.h
|
| diff --git a/sync/api/sync_error_factory.h b/sync/api/sync_error_factory.h
|
| index 72f317e7ccd33b10c9862f2c692032f3afff93fc..ec9f2df0833c878f9de3d62e83bf411798000908 100644
|
| --- a/sync/api/sync_error_factory.h
|
| +++ b/sync/api/sync_error_factory.h
|
| @@ -11,6 +11,8 @@
|
| #include "base/location.h"
|
| #include "sync/api/sync_error.h"
|
|
|
| +namespace csync {
|
| +
|
| class SyncErrorFactory {
|
| public:
|
| SyncErrorFactory();
|
| @@ -22,5 +24,6 @@ class SyncErrorFactory {
|
| const std::string& message) = 0;
|
| };
|
|
|
| -#endif // SYNC_API_SYNC_ERROR_FACTORY_H_
|
| +} // namespace csync
|
|
|
| +#endif // SYNC_API_SYNC_ERROR_FACTORY_H_
|
|
|