Chromium Code Reviews| Index: net/base/escape.h |
| diff --git a/net/base/escape.h b/net/base/escape.h |
| index c11df083636f1559fc416cd46200014aa40da545..c4abe1469a86de71cd4fe3dd5a7a32ed38b3a5ab 100644 |
| --- a/net/base/escape.h |
| +++ b/net/base/escape.h |
| @@ -66,7 +66,7 @@ class UnescapeRule { |
| public: |
| // A combination of the following flags that is passed to the unescaping |
| // functions. |
| - typedef uint32 Type; |
| + typedef uint32_t Type; |
| enum { |
| // Don't unescape anything at all. |