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

Unified Diff: chrome/test/data/nacl/crash/ppapi_crash_in_callback.cc

Issue 1548153002: Switch to standard integer types in chrome/. (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: chrome/test/data/nacl/crash/ppapi_crash_in_callback.cc
diff --git a/chrome/test/data/nacl/crash/ppapi_crash_in_callback.cc b/chrome/test/data/nacl/crash/ppapi_crash_in_callback.cc
index b4d383b5a63de70298a8dc1df405fc5b5d5d8a97..e8fb8b18688fd55202106110a976449e48905397 100644
--- a/chrome/test/data/nacl/crash/ppapi_crash_in_callback.cc
+++ b/chrome/test/data/nacl/crash/ppapi_crash_in_callback.cc
@@ -2,6 +2,8 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
+#include <stdint.h>
+
#include "native_client/src/shared/platform/nacl_check.h"
#include "ppapi/c/pp_errors.h"
#include "ppapi/c/ppb_core.h"

Powered by Google App Engine
This is Rietveld 408576698