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

Unified Diff: components/nacl/renderer/progress_event.h

Issue 1548113002: Switch to standard integer types in components/, part 2 of 4. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: gn 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
Index: components/nacl/renderer/progress_event.h
diff --git a/components/nacl/renderer/progress_event.h b/components/nacl/renderer/progress_event.h
index c79fd1678e23f9b3bf9d78975e48a851ab093f65..f8997340e86e7b78c0d598704e1f58f1b0d40345 100644
--- a/components/nacl/renderer/progress_event.h
+++ b/components/nacl/renderer/progress_event.h
@@ -5,6 +5,8 @@
#ifndef COMPONENTS_NACL_RENDERER_NEXE_PROGRESS_EVENT_H_
#define COMPONENTS_NACL_RENDERER_NEXE_PROGRESS_EVENT_H_
+#include <stdint.h>
+
#include <string>
#include "components/nacl/renderer/ppb_nacl_private.h"
« no previous file with comments | « components/nacl/renderer/ppb_nacl_private_impl.cc ('k') | components/nacl/renderer/trusted_plugin_channel.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698