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

Unified Diff: components/content_settings/core/common/content_settings_pattern_parser.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/content_settings/core/common/content_settings_pattern_parser.cc
diff --git a/components/content_settings/core/common/content_settings_pattern_parser.cc b/components/content_settings/core/common/content_settings_pattern_parser.cc
index 7a5ca79f0cc317e2415fe153720823173dde4d05..723c9eb7835d7c26d410150a83751f8c64255dc3 100644
--- a/components/content_settings/core/common/content_settings_pattern_parser.cc
+++ b/components/content_settings/core/common/content_settings_pattern_parser.cc
@@ -4,6 +4,8 @@
#include "components/content_settings/core/common/content_settings_pattern_parser.h"
+#include <stddef.h>
+
#include "base/strings/string_util.h"
#include "url/url_constants.h"

Powered by Google App Engine
This is Rietveld 408576698