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

Unified Diff: mojo/shell/fetcher.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/shell/data_pipe_peek_unittest.cc ('k') | mojo/shell/fetcher.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mojo/shell/fetcher.h
diff --git a/mojo/shell/fetcher.h b/mojo/shell/fetcher.h
index c5e28a25cc844ae0ad82cf9a3a19301660ad6779..58df0eacad78e1a12d5c37ec420b28f92ce5c87b 100644
--- a/mojo/shell/fetcher.h
+++ b/mojo/shell/fetcher.h
@@ -5,6 +5,9 @@
#ifndef MOJO_SHELL_FETCHER_H_
#define MOJO_SHELL_FETCHER_H_
+#include <stddef.h>
+#include <stdint.h>
+
#include "base/callback.h"
#include "base/memory/scoped_ptr.h"
« no previous file with comments | « mojo/shell/data_pipe_peek_unittest.cc ('k') | mojo/shell/fetcher.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698