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

Unified Diff: mojo/edk/system/routed_raw_channel.h

Issue 1543603002: Switch to standard integer types in mojo/. (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 | « mojo/edk/system/raw_channel_win.cc ('k') | mojo/edk/system/routed_raw_channel.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mojo/edk/system/routed_raw_channel.h
diff --git a/mojo/edk/system/routed_raw_channel.h b/mojo/edk/system/routed_raw_channel.h
index 3461d64be55ccfeba0aa38756366007f3e573cec..7452e189702258768dd3aad9509f456b1076c57e 100644
--- a/mojo/edk/system/routed_raw_channel.h
+++ b/mojo/edk/system/routed_raw_channel.h
@@ -5,6 +5,8 @@
#ifndef MOJO_EDK_SYSTEM_ROUTED_RAW_CHANNEL_H_
#define MOJO_EDK_SYSTEM_ROUTED_RAW_CHANNEL_H_
+#include <stdint.h>
+
#include "base/callback.h"
#include "base/containers/hash_tables.h"
#include "base/macros.h"
« no previous file with comments | « mojo/edk/system/raw_channel_win.cc ('k') | mojo/edk/system/routed_raw_channel.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698