| Index: sync/test/engine/mock_connection_manager.cc
|
| diff --git a/sync/test/engine/mock_connection_manager.cc b/sync/test/engine/mock_connection_manager.cc
|
| index 61adfb9498f2334f4b888f3f1666a67b264ba07a..199d568b45d097578695136f30dc47043e104a55 100644
|
| --- a/sync/test/engine/mock_connection_manager.cc
|
| +++ b/sync/test/engine/mock_connection_manager.cc
|
| @@ -48,8 +48,6 @@ MockConnectionManager::MockConnectionManager(syncable::Directory* directory)
|
| throttling_(false),
|
| fail_with_auth_invalid_(false),
|
| fail_non_periodic_get_updates_(false),
|
| - gu_client_command_(NULL),
|
| - commit_client_command_(NULL),
|
| next_position_in_parent_(2),
|
| use_legacy_bookmarks_protocol_(false),
|
| num_get_updates_requests_(0) {
|
|
|