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

Unified Diff: content/renderer/webpublicsuffixlist_impl.h

Issue 1547073003: Switch to standard integer types in content/renderer/. (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 | « content/renderer/webclipboard_impl.cc ('k') | content/renderer/webscrollbarbehavior_impl_gtkoraura.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/renderer/webpublicsuffixlist_impl.h
diff --git a/content/renderer/webpublicsuffixlist_impl.h b/content/renderer/webpublicsuffixlist_impl.h
index 3ab8507079966bf67cdd704124613e0e3a28134c..36970473dd9c4a639c054b227c60ca6c6a837feb 100644
--- a/content/renderer/webpublicsuffixlist_impl.h
+++ b/content/renderer/webpublicsuffixlist_impl.h
@@ -5,6 +5,8 @@
#ifndef CONTENT_RENDERER_WEBPUBLICSUFFIXLIST_IMPL_H_
#define CONTENT_RENDERER_WEBPUBLICSUFFIXLIST_IMPL_H_
+#include <stddef.h>
+
#include "base/compiler_specific.h"
#include "third_party/WebKit/public/platform/WebPublicSuffixList.h"
« no previous file with comments | « content/renderer/webclipboard_impl.cc ('k') | content/renderer/webscrollbarbehavior_impl_gtkoraura.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698