summaryrefslogtreecommitdiffstats
path: root/net/base/priority_queue.h
diff options
context:
space:
mode:
Diffstat (limited to 'net/base/priority_queue.h')
-rw-r--r--net/base/priority_queue.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/net/base/priority_queue.h b/net/base/priority_queue.h
index 9b17d61..6b53ecc 100644
--- a/net/base/priority_queue.h
+++ b/net/base/priority_queue.h
@@ -39,7 +39,7 @@ class PriorityQueue : public base::NonThreadSafe {
#endif
public:
- typedef uint32 Priority;
+ typedef uint32_t Priority;
// A pointer to a value stored in the queue. The pointer becomes invalid
// when the queue is destroyed or cleared, or the value is erased.