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

Unified Diff: third_party/crashpad/crashpad/snapshot/test/test_memory_snapshot.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/snapshot/test/test_memory_snapshot.h
diff --git a/third_party/crashpad/crashpad/snapshot/test/test_memory_snapshot.h b/third_party/crashpad/crashpad/snapshot/test/test_memory_snapshot.h
index 31faea43d8e008a0307ca993e706be09ad32781b..01d0c5da7a818ce61623ea2f8a528e63f31783a5 100644
--- a/third_party/crashpad/crashpad/snapshot/test/test_memory_snapshot.h
+++ b/third_party/crashpad/crashpad/snapshot/test/test_memory_snapshot.h
@@ -15,10 +15,11 @@
#ifndef CRASHPAD_SNAPSHOT_TEST_TEST_MEMORY_SNAPSHOT_H_
#define CRASHPAD_SNAPSHOT_TEST_TEST_MEMORY_SNAPSHOT_H_
+#include <stddef.h>
#include <stdint.h>
#include <sys/types.h>
-#include "base/basictypes.h"
+#include "base/macros.h"
#include "snapshot/memory_snapshot.h"
namespace crashpad {

Powered by Google App Engine
This is Rietveld 408576698