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

Unified Diff: components/crash/content/app/hard_error_handler_win.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/crash/content/app/hard_error_handler_win.cc
diff --git a/components/crash/content/app/hard_error_handler_win.cc b/components/crash/content/app/hard_error_handler_win.cc
index 21f24369437f593b5ca89a64a7cbc1925425fe51..735d3e8cdc19db4592232bb0d56ded58c38bd422 100644
--- a/components/crash/content/app/hard_error_handler_win.cc
+++ b/components/crash/content/app/hard_error_handler_win.cc
@@ -5,9 +5,9 @@
#include "components/crash/content/app/hard_error_handler_win.h"
#include <DelayIMP.h>
+#include <stddef.h>
#include <winternl.h>
-#include "base/basictypes.h"
#include "base/strings/string_util.h"
#include "components/crash/content/app/crash_reporter_client.h"
« no previous file with comments | « components/crash/content/app/crashpad_win.cc ('k') | components/crash/content/browser/crash_dump_manager_android.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698