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

Unified Diff: components/dom_distiller/core/distillable_page_detector.cc

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
Index: components/dom_distiller/core/distillable_page_detector.cc
diff --git a/components/dom_distiller/core/distillable_page_detector.cc b/components/dom_distiller/core/distillable_page_detector.cc
index 43499a7052275393ac2fece661cdd80f3b7faa5a..1b695c58d7a2faaf64adafed2090cde1ac125248 100644
--- a/components/dom_distiller/core/distillable_page_detector.cc
+++ b/components/dom_distiller/core/distillable_page_detector.cc
@@ -4,6 +4,8 @@
#include "components/dom_distiller/core/distillable_page_detector.h"
+#include <stddef.h>
+
#include "base/logging.h"
#include "grit/components_resources.h"
#include "ui/base/resource/resource_bundle.h"
« no previous file with comments | « components/dom_distiller/core/distillable_page_detector.h ('k') | components/dom_distiller/core/distilled_content_store.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698