| Index: chrome/browser/sync/engine/store_timestamps_command.cc
|
| diff --git a/chrome/browser/sync/engine/store_timestamps_command.cc b/chrome/browser/sync/engine/store_timestamps_command.cc
|
| index 25f58c00722397de1e19e978d51fd98e099696b7..1fe0ebf6d30cdfe934e3ed4582c4eab97af3649c 100644
|
| --- a/chrome/browser/sync/engine/store_timestamps_command.cc
|
| +++ b/chrome/browser/sync/engine/store_timestamps_command.cc
|
| @@ -50,7 +50,7 @@ void StoreTimestampsCommand::ExecuteImpl(sessions::SyncSession* session) {
|
| DVLOG_IF(1, forward_progress_types.any())
|
| << "Get Updates got new progress marker for types: "
|
| << forward_progress_types.to_string() << " out of possible: "
|
| - << status->updates_request_types().to_string();
|
| + << syncable::ModelEnumSetToString(status->updates_request_types());
|
| }
|
| if (updates.has_changes_remaining()) {
|
| int64 changes_left = updates.changes_remaining();
|
|
|