| Index: sync/engine/syncer.cc
 | 
| diff --git a/sync/engine/syncer.cc b/sync/engine/syncer.cc
 | 
| index ff28c738626cf6aa8d50aa4105922290593aac67..e813bc3719bf166f582a85c0ef95441971846b07 100644
 | 
| --- a/sync/engine/syncer.cc
 | 
| +++ b/sync/engine/syncer.cc
 | 
| @@ -22,7 +22,6 @@
 | 
|  #include "sync/engine/resolve_conflicts_command.h"
 | 
|  #include "sync/engine/store_timestamps_command.h"
 | 
|  #include "sync/engine/syncer_types.h"
 | 
| -#include "sync/engine/syncproto.h"
 | 
|  #include "sync/engine/throttled_data_type_tracker.h"
 | 
|  #include "sync/engine/verify_updates_command.h"
 | 
|  #include "sync/syncable/mutable_entry.h"
 | 
| @@ -244,7 +243,7 @@ void Syncer::SyncShare(sessions::SyncSession* session,
 | 
|  }
 | 
|  
 | 
|  void Syncer::ProcessClientCommand(sessions::SyncSession* session) {
 | 
| -  const ClientToServerResponse& response =
 | 
| +  const sync_pb::ClientToServerResponse& response =
 | 
|        session->status_controller().updates_response();
 | 
|    if (!response.has_client_command())
 | 
|      return;
 | 
| 
 |