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

Unified Diff: components/web_cache/common/web_cache_messages.h

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/web_cache/common/web_cache_messages.h
diff --git a/components/web_cache/common/web_cache_messages.h b/components/web_cache/common/web_cache_messages.h
index a521399101c012d285e41c7fe443811755f2bf76..5ff9f2545ea08c7a2864b9d0aa966f28bed07d89 100644
--- a/components/web_cache/common/web_cache_messages.h
+++ b/components/web_cache/common/web_cache_messages.h
@@ -3,6 +3,9 @@
// found in the LICENSE file.
// Multiply-included file, no traditional include guard.
+
+#include <stddef.h>
+
#include "ipc/ipc_message_macros.h"
#include "ipc/ipc_message_utils.h"

Powered by Google App Engine
This is Rietveld 408576698