| Index: net/base/priority_queue.h
|
| diff --git a/net/base/priority_queue.h b/net/base/priority_queue.h
|
| index 9b17d61b21e6ef6c8690b62e2edd9c63cf830e02..6b53ecc4fe8ea5b7cc34dc9e0b3d6bae0c00d4f7 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.
|
|
|