Index: storage/common/blob_storage/blob_item_bytes_request.h |
diff --git a/storage/common/blob_storage/blob_item_bytes_request.h b/storage/common/blob_storage/blob_item_bytes_request.h |
index b40c2e4ea2e9c9318b40af23270edafba030dbbf..00d6d18e3f4ced636c0f576826942381e2d9a9a9 100644 |
--- a/storage/common/blob_storage/blob_item_bytes_request.h |
+++ b/storage/common/blob_storage/blob_item_bytes_request.h |
@@ -18,7 +18,7 @@ namespace storage { |
struct STORAGE_COMMON_EXPORT BlobItemBytesRequest { |
// Not using std::numeric_limits<T>::max() because of non-C++11 builds. |
static const size_t kInvalidIndex = SIZE_MAX; |
- static const uint64_t kInvalidSize = kuint64max; |
+ static const uint64_t kInvalidSize = UINT64_MAX; |
static BlobItemBytesRequest CreateIPCRequest(size_t request_number, |
size_t renderer_item_index, |