Index: storage/common/quota/quota_types.h |
diff --git a/storage/common/quota/quota_types.h b/storage/common/quota/quota_types.h |
index c8087e6e6a897590c2ee5398434d360a65d1fa2f..381d84731143f3242b6fd6a240da6f9af81f87db 100644 |
--- a/storage/common/quota/quota_types.h |
+++ b/storage/common/quota/quota_types.h |
@@ -22,6 +22,7 @@ enum QuotaLimitType { |
kQuotaLimitTypeUnknown, |
kQuotaLimitTypeLimited, |
kQuotaLimitTypeUnlimited, |
+ kQuotaLimitTypeLast = kQuotaLimitTypeUnlimited |
}; |
} // namespace storage |