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

Unified Diff: pdf/document_loader.cc

Issue 1533413002: Switch to standard integer types in pdf/. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fix 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 | « pdf/document_loader.h ('k') | pdf/draw_utils.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: pdf/document_loader.cc
diff --git a/pdf/document_loader.cc b/pdf/document_loader.cc
index 89e74676663e0e8ceb7a0fe7fb1a211da8d8394d..b5f80e41461dc2e645d0731dc0465051ec33bfa2 100644
--- a/pdf/document_loader.cc
+++ b/pdf/document_loader.cc
@@ -4,6 +4,9 @@
#include "pdf/document_loader.h"
+#include <stddef.h>
+#include <stdint.h>
+
#include "base/logging.h"
#include "base/strings/string_util.h"
#include "net/http/http_util.h"
« no previous file with comments | « pdf/document_loader.h ('k') | pdf/draw_utils.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698