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

Unified Diff: base/basictypes.h

Issue 1499423004: Remove kint32max. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@kint9
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 | « apps/saved_files_service.cc ('k') | base/files/memory_mapped_file.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: base/basictypes.h
diff --git a/base/basictypes.h b/base/basictypes.h
index 0d9d24c03ef28f569354997dbe60dff1c9b26b37..eba97533c976c4beea60880a57dd08ec570515ad 100644
--- a/base/basictypes.h
+++ b/base/basictypes.h
@@ -23,9 +23,4 @@ typedef uint32_t uint32;
typedef int64_t int64;
typedef uint64_t uint64;
-// DEPRECATED: Use std::numeric_limits (from <limits>) or
-// (U)INT{8,16,32,64}_{MIN,MAX} in case of globals (and include <stdint.h>).
-// http://crbug.com/138542
-const int32 kint32max = 0x7FFFFFFF;
-
#endif // BASE_BASICTYPES_H_
« no previous file with comments | « apps/saved_files_service.cc ('k') | base/files/memory_mapped_file.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698