Index: content/common/fileapi/file_system_messages.h |
diff --git a/content/common/fileapi/file_system_messages.h b/content/common/fileapi/file_system_messages.h |
index b1f74911c49dde3203d60f657960dfa23634a4ac..5b620b881f9d0bb591f62b591282263be78cab62 100644 |
--- a/content/common/fileapi/file_system_messages.h |
+++ b/content/common/fileapi/file_system_messages.h |
@@ -29,7 +29,7 @@ IPC_STRUCT_TRAITS_BEGIN(storage::FileSystemInfo) |
IPC_STRUCT_TRAITS_END() |
IPC_ENUM_TRAITS(storage::FileSystemType) |
-IPC_ENUM_TRAITS(storage::QuotaLimitType) |
+IPC_ENUM_TRAITS_MAX_VALUE(storage::QuotaLimitType, storage::kQuotaLimitTypeLast) |
// File system messages sent from the browser to the child process. |