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

Unified Diff: third_party/crashpad/crashpad/util/thread/thread.h

Issue 1550683003: Switch to standard integer types in third_party/crashpad/. (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: third_party/crashpad/crashpad/util/thread/thread.h
diff --git a/third_party/crashpad/crashpad/util/thread/thread.h b/third_party/crashpad/crashpad/util/thread/thread.h
index b1801f83e9b4e0e472844b6ef9835552d26f2b18..595d308e562128926d2fe5b3ca8e6ab3bd3dcbc9 100644
--- a/third_party/crashpad/crashpad/util/thread/thread.h
+++ b/third_party/crashpad/crashpad/util/thread/thread.h
@@ -15,7 +15,7 @@
#ifndef CRASHPAD_UTIL_THREAD_THREAD_H_
#define CRASHPAD_UTIL_THREAD_THREAD_H_
-#include "base/basictypes.h"
+#include "base/macros.h"
#include "build/build_config.h"
#if defined(OS_POSIX)

Powered by Google App Engine
This is Rietveld 408576698