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

Unified Diff: components/font_service/public/cpp/mapped_font_file.h

Issue 1546143002: Switch to standard integer types in components/, part 1 of 4. (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
« no previous file with comments | « components/font_service/public/cpp/font_service_thread.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/font_service/public/cpp/mapped_font_file.h
diff --git a/components/font_service/public/cpp/mapped_font_file.h b/components/font_service/public/cpp/mapped_font_file.h
index c860fed4c3d501ef39624d87b0f4de028585c60c..d4fbdc481aae5ab63cfcef7b68c29fd8d3fcc6f9 100644
--- a/components/font_service/public/cpp/mapped_font_file.h
+++ b/components/font_service/public/cpp/mapped_font_file.h
@@ -5,6 +5,8 @@
#ifndef COMPONENTS_FONT_SERVICE_PUBLIC_CPP_MAPPED_FONT_FILE_H_
#define COMPONENTS_FONT_SERVICE_PUBLIC_CPP_MAPPED_FONT_FILE_H_
+#include <stdint.h>
+
#include "base/files/file.h"
#include "base/files/memory_mapped_file.h"
#include "base/memory/ref_counted.h"
« no previous file with comments | « components/font_service/public/cpp/font_service_thread.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698