Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(118)

Unified Diff: storage/common/blob_storage/blob_item_bytes_request.h

Issue 1502503004: Remove kuint64max. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@kint8
Patch Set: rebase Created 5 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « remoting/protocol/jingle_session.cc ('k') | storage/common/data_element.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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,
« no previous file with comments | « remoting/protocol/jingle_session.cc ('k') | storage/common/data_element.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698