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

Unified Diff: chrome/common/component_flash_hint_file_linux.cc

Issue 1548153002: Switch to standard integer types in chrome/. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: 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: chrome/common/component_flash_hint_file_linux.cc
diff --git a/chrome/common/component_flash_hint_file_linux.cc b/chrome/common/component_flash_hint_file_linux.cc
index 32d856e9d7a887b7587f1af6362054f5f61bbccd..d56e97c59a71d4db7e6191568186854cc32c07a3 100644
--- a/chrome/common/component_flash_hint_file_linux.cc
+++ b/chrome/common/component_flash_hint_file_linux.cc
@@ -5,6 +5,8 @@
#include "chrome/common/component_flash_hint_file_linux.h"
#include <fcntl.h>
+#include <stddef.h>
+#include <stdint.h>
#include <sys/mman.h>
#include "base/base64.h"
« no previous file with comments | « chrome/common/cloud_print/cloud_print_constants.h ('k') | chrome/common/component_flash_hint_file_linux_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698