| Index: chrome/browser/sync/sessions/session_state_unittest.cc
|
| diff --git a/chrome/browser/sync/sessions/session_state_unittest.cc b/chrome/browser/sync/sessions/session_state_unittest.cc
|
| index a6a0dd8eb10fa91300f29e9fe3c7fc4df14e1705..f7132da73192ec1b3a8ce4295e1a8e3a1fdd13d6 100644
|
| --- a/chrome/browser/sync/sessions/session_state_unittest.cc
|
| +++ b/chrome/browser/sync/sessions/session_state_unittest.cc
|
| @@ -126,10 +126,10 @@ TEST_F(SessionStateTest, SyncSessionSnapshotToValue) {
|
| const int kNumServerChangesRemaining = 105;
|
| const bool kIsShareUsable = true;
|
|
|
| - const syncable::ModelEnumSet initial_sync_ended(
|
| + const syncable::ModelTypeSet initial_sync_ended(
|
| syncable::BOOKMARKS, syncable::PREFERENCES);
|
| scoped_ptr<ListValue> expected_initial_sync_ended_value(
|
| - syncable::ModelEnumSetToValue(initial_sync_ended));
|
| + syncable::ModelTypeSetToValue(initial_sync_ended));
|
|
|
| std::string download_progress_markers[syncable::MODEL_TYPE_COUNT];
|
| download_progress_markers[syncable::BOOKMARKS] = "test";
|
|
|