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

Unified Diff: chrome/test/data/nacl/bad/ppapi_bad_ppp_instance_didcreate.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/bad/ppapi_bad_ppp_instance_didcreate.cc
diff --git a/chrome/test/data/nacl/bad/ppapi_bad_ppp_instance_didcreate.cc b/chrome/test/data/nacl/bad/ppapi_bad_ppp_instance_didcreate.cc
index b86569e7c1d4bf23e26988fc00de978dd3011924..0f216a07eabf90eb43e6cf8a5ce11fcc2af19878 100644
--- a/chrome/test/data/nacl/bad/ppapi_bad_ppp_instance_didcreate.cc
+++ b/chrome/test/data/nacl/bad/ppapi_bad_ppp_instance_didcreate.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 <cstdio>
#include <cstdlib>
#include <cstring>
@@ -14,8 +16,8 @@
#include "ppapi/c/ppb.h"
#include "ppapi/c/ppb_instance.h"
-#include "ppapi/c/ppp_instance.h"
#include "ppapi/c/ppp.h"
+#include "ppapi/c/ppp_instance.h"
PP_EXPORT int32_t PPP_InitializeModule(PP_Module module_id,
PPB_GetInterface get_browser_interface) {

Powered by Google App Engine
This is Rietveld 408576698