commit | 1023d01cf18184883fad21181873d41b740e4d03 | [log] [tgz] |
---|---|---|
author | avi <[email protected]> | Fri Dec 25 02:39:14 2015 |
committer | Commit bot <[email protected]> | Fri Dec 25 02:40:22 2015 |
tree | 36deaea8cc2c6fd903f8d632fe566ca835e9a9f3 | |
parent | 0f233432263b842ae54e83ac576c218d2326afbb [diff] [blame] |
Switch to standard integer types in content/renderer/. BUG=138542 [email protected] Review URL: https://codereview.chromium.org/1547073003 Cr-Commit-Position: refs/heads/master@{#366847}
diff --git a/content/renderer/webpublicsuffixlist_impl.h b/content/renderer/webpublicsuffixlist_impl.h index 3ab8507..36970473d 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"