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

Unified Diff: chrome/installer/util/lzma_file_allocator.h

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/installer/util/lzma_file_allocator.h
diff --git a/chrome/installer/util/lzma_file_allocator.h b/chrome/installer/util/lzma_file_allocator.h
index e7e2fcaa44b35049c1b8f43e315b60154019c0d0..6ec3252caf48eca0aa4b2afd4654fc2aac271a63 100644
--- a/chrome/installer/util/lzma_file_allocator.h
+++ b/chrome/installer/util/lzma_file_allocator.h
@@ -5,6 +5,8 @@
#ifndef CHROME_INSTALLER_UTIL_LZMA_FILE_ALLOCATOR_H_
#define CHROME_INSTALLER_UTIL_LZMA_FILE_ALLOCATOR_H_
+#include <stddef.h>
+
#include "base/files/file.h"
#include "base/files/file_path.h"
#include "base/gtest_prod_util.h"
« no previous file with comments | « chrome/installer/util/logging_installer_unittest.cc ('k') | chrome/installer/util/lzma_file_allocator_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698