| Index: sync/test/engine/syncer_command_test.h | 
| diff --git a/sync/test/engine/syncer_command_test.h b/sync/test/engine/syncer_command_test.h | 
| index 2aa0f2fa35b471b1d3d97844d08bc175a98d0208..3a1e6b47ce79f27457df2216cbd9ad3b60184e93 100644 | 
| --- a/sync/test/engine/syncer_command_test.h | 
| +++ b/sync/test/engine/syncer_command_test.h | 
| @@ -136,6 +136,7 @@ class SyncerCommandTestBase : public testing::Test, | 
| &mock_debug_info_getter_, | 
| &traffic_recorder_, | 
| true,  // enable keystore encryption | 
| +            false,  // force enable pre-commit GU avoidance experiment | 
| "fake_invalidator_client_id")); | 
| context_->set_routing_info(routing_info_); | 
| context_->set_account_name(directory()->name()); | 
|  |