| Index: sync/engine/store_timestamps_command_unittest.cc
|
| diff --git a/sync/engine/store_timestamps_command_unittest.cc b/sync/engine/store_timestamps_command_unittest.cc
|
| index 797b9baf989accb09d1329ad04e31d8937e5d2ba..9df327786516ce3abe4588ad8231ba952a530888 100644
|
| --- a/sync/engine/store_timestamps_command_unittest.cc
|
| +++ b/sync/engine/store_timestamps_command_unittest.cc
|
| @@ -72,6 +72,7 @@ TEST_F(StoreTimestampsCommandTest, ProcessNewProgressMarkers) {
|
|
|
| ModelTypeSet non_forward_progress_types =
|
| Difference(ModelTypeSet::All(), forward_progress_types);
|
| + non_forward_progress_types.RemoveAll(VirtualTypes());
|
| for (ModelTypeSet::Iterator it = non_forward_progress_types.First();
|
| it.Good(); it.Inc()) {
|
| EXPECT_TRUE(GetProgessMarkerToken(it.Get()).empty());
|
|
|