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

Unified Diff: net/base/escape.h

Issue 1158923005: Use the exact-width integer types defined in <stdint.h> rather than (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Tweak comments. Exclude mime_sniffer*. Rebase. Created 5 years, 7 months 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
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.

Powered by Google App Engine
This is Rietveld 408576698