| Index: sync/api/sync_error_factory_mock.h
|
| diff --git a/sync/api/sync_error_factory_mock.h b/sync/api/sync_error_factory_mock.h
|
| index 3808b8883639695b700d0562eadfd8eeba36789b..ea9680649f4786ddec7645de48d76ecd8fd38173 100644
|
| --- a/sync/api/sync_error_factory_mock.h
|
| +++ b/sync/api/sync_error_factory_mock.h
|
| @@ -10,7 +10,7 @@
|
|
|
| #include "testing/gmock/include/gmock/gmock.h"
|
|
|
| -namespace csync {
|
| +namespace syncer {
|
|
|
| class SyncErrorFactoryMock : public SyncErrorFactory {
|
| public:
|
| @@ -22,6 +22,6 @@ class SyncErrorFactoryMock : public SyncErrorFactory {
|
| const std::string& message));
|
| };
|
|
|
| -} // namespace csync
|
| +} // namespace syncer
|
|
|
| #endif // SYNC_API_SYNC_ERROR_FACTORY_MOCK_H_
|
|
|