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

Unified Diff: components/ui/zoom/page_zoom.cc

Issue 1549993003: Switch to standard integer types in components/, part 4 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
Index: components/ui/zoom/page_zoom.cc
diff --git a/components/ui/zoom/page_zoom.cc b/components/ui/zoom/page_zoom.cc
index 3f4470f7f6163885a860b3dee1d2fdaf0ea7adf7..6d65d78ba7298407c9e6c0bfe6656f39bb664dfc 100644
--- a/components/ui/zoom/page_zoom.cc
+++ b/components/ui/zoom/page_zoom.cc
@@ -4,6 +4,8 @@
#include "components/ui/zoom/page_zoom.h"
+#include <stddef.h>
+
#include <algorithm>
#include <cmath>
« no previous file with comments | « components/translate/ios/browser/js_language_detection_manager.h ('k') | components/ui/zoom/page_zoom_constants.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698