| Index: sync/engine/store_timestamps_command.cc
 | 
| diff --git a/sync/engine/store_timestamps_command.cc b/sync/engine/store_timestamps_command.cc
 | 
| index 5911fca41a71e3434962b807861c377811a397f3..0925e33d7c90574ad8030b073a00ba32d3759413 100644
 | 
| --- a/sync/engine/store_timestamps_command.cc
 | 
| +++ b/sync/engine/store_timestamps_command.cc
 | 
| @@ -18,7 +18,7 @@ SyncerError StoreTimestampsCommand::ExecuteImpl(
 | 
|      sessions::SyncSession* session) {
 | 
|    syncable::Directory* dir = session->context()->directory();
 | 
|  
 | 
| -  const GetUpdatesResponse& updates =
 | 
| +  const sync_pb::GetUpdatesResponse& updates =
 | 
|        session->status_controller().updates_response().get_updates();
 | 
|  
 | 
|    sessions::StatusController* status = session->mutable_status_controller();
 | 
| 
 |