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

Unified Diff: chromeos/binder/buffer_reader.h

Issue 1540803002: Switch to standard integer types in chromeos/. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: more includes 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 | « chromeos/audio/cras_audio_handler_unittest.cc ('k') | chromeos/binder/buffer_reader_unittest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chromeos/binder/buffer_reader.h
diff --git a/chromeos/binder/buffer_reader.h b/chromeos/binder/buffer_reader.h
index 0de70c12270284b6ca7a221b287c8ec080f9bd1c..12a26f30901ded7f7096240bb64525af4e2883bd 100644
--- a/chromeos/binder/buffer_reader.h
+++ b/chromeos/binder/buffer_reader.h
@@ -5,6 +5,8 @@
#ifndef CHROMEOS_BINDER_BUFFER_READER_H_
#define CHROMEOS_BINDER_BUFFER_READER_H_
+#include <stddef.h>
+
#include "base/macros.h"
#include "chromeos/chromeos_export.h"
« no previous file with comments | « chromeos/audio/cras_audio_handler_unittest.cc ('k') | chromeos/binder/buffer_reader_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698