Index: chrome/browser/sync/sessions/sync_session.cc |
diff --git a/chrome/browser/sync/sessions/sync_session.cc b/chrome/browser/sync/sessions/sync_session.cc |
index a7ac5ae2ca5ee8d6ea0b39cf30e84ad37f972396..e8c4da1971b52a5681c49e40cf229c765b1ff556 100644 |
--- a/chrome/browser/sync/sessions/sync_session.cc |
+++ b/chrome/browser/sync/sessions/sync_session.cc |
@@ -136,7 +136,7 @@ SyncSessionSnapshot SyncSession::TakeSnapshot() const { |
LOG(ERROR) << "Scoped dir lookup failed!"; |
bool is_share_useable = true; |
- syncable::ModelEnumSet initial_sync_ended; |
+ syncable::ModelTypeSet initial_sync_ended; |
std::string download_progress_markers[syncable::MODEL_TYPE_COUNT]; |
for (int i = syncable::FIRST_REAL_MODEL_TYPE; |
i < syncable::MODEL_TYPE_COUNT; ++i) { |