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

Unified Diff: components/crash/content/app/crash_keys_win.h

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/crash/content/app/crash_keys_win.h
diff --git a/components/crash/content/app/crash_keys_win.h b/components/crash/content/app/crash_keys_win.h
index 73d11d57e290424c5ee42cc4f3a1a2aa4ef2b3ad..0bfd5ef54b82403cd2ea56f7b427b4662c67bd1a 100644
--- a/components/crash/content/app/crash_keys_win.h
+++ b/components/crash/content/app/crash_keys_win.h
@@ -5,6 +5,8 @@
#ifndef COMPONENTS_CRASH_CONTENT_APP_CRASH_KEYS_WIN_H_
#define COMPONENTS_CRASH_CONTENT_APP_CRASH_KEYS_WIN_H_
+#include <stddef.h>
+
#include <map>
#include <string>
#include <vector>
« no previous file with comments | « components/crash/content/app/breakpad_win.cc ('k') | components/crash/content/app/crash_keys_win_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698