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

Unified Diff: third_party/crashpad/crashpad/snapshot/test/test_cpu_context.cc

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_cpu_context.cc
diff --git a/third_party/crashpad/crashpad/snapshot/test/test_cpu_context.cc b/third_party/crashpad/crashpad/snapshot/test/test_cpu_context.cc
index a66d3933de5d8ee682fa2b0c0eb7c263d313b2ca..506274edb9d74da3a94b419d54635671c9621a42 100644
--- a/third_party/crashpad/crashpad/snapshot/test/test_cpu_context.cc
+++ b/third_party/crashpad/crashpad/snapshot/test/test_cpu_context.cc
@@ -12,9 +12,11 @@
// See the License for the specific language governing permissions and
// limitations under the License.
-#include "snapshot/test/test_cpu_context.h"
+#include <stddef.h>
+#include <string.h>
-#include "base/basictypes.h"
+#include "base/macros.h"
+#include "snapshot/test/test_cpu_context.h"
namespace crashpad {
namespace test {

Powered by Google App Engine
This is Rietveld 408576698