| Index: sync/test/engine/mock_connection_manager.h
|
| diff --git a/sync/test/engine/mock_connection_manager.h b/sync/test/engine/mock_connection_manager.h
|
| index 644ef4e5b47f2ed3db214c3028e04bbb8ec9157a..1fe264edf37bd7b8f40f6732a2fc3f302fa00b94 100644
|
| --- a/sync/test/engine/mock_connection_manager.h
|
| +++ b/sync/test/engine/mock_connection_manager.h
|
| @@ -21,7 +21,7 @@
|
| #include "sync/internal_api/public/syncable/model_type_payload_map.h"
|
| #include "sync/protocol/sync.pb.h"
|
|
|
| -class MockConnectionManager : public csync::ServerConnectionManager {
|
| +class MockConnectionManager : public syncer::ServerConnectionManager {
|
| public:
|
| class MidCommitObserver {
|
| public:
|
| @@ -39,7 +39,7 @@ class MockConnectionManager : public csync::ServerConnectionManager {
|
| PostBufferParams*,
|
| const std::string& path,
|
| const std::string& auth_token,
|
| - csync::ScopedServerStatusWatcher* watcher) OVERRIDE;
|
| + syncer::ScopedServerStatusWatcher* watcher) OVERRIDE;
|
|
|
| // Control of commit response.
|
| // NOTE: Commit callback is invoked only once then reset.
|
|
|