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

Unified Diff: chrome/test/data/nacl/extension_mime_handler/ppapi_extension_mime_handler.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/extension_mime_handler/ppapi_extension_mime_handler.cc
diff --git a/chrome/test/data/nacl/extension_mime_handler/ppapi_extension_mime_handler.cc b/chrome/test/data/nacl/extension_mime_handler/ppapi_extension_mime_handler.cc
index 1353059f87839126e33a8a3a92d5abc3dc1c66b8..ad5cc4a4cb4367c833b7e50ac1cb3796bf6c5166 100644
--- a/chrome/test/data/nacl/extension_mime_handler/ppapi_extension_mime_handler.cc
+++ b/chrome/test/data/nacl/extension_mime_handler/ppapi_extension_mime_handler.cc
@@ -2,6 +2,7 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
+#include <stdint.h>
#include <string.h>
#include "native_client/src/include/nacl_macros.h"

Powered by Google App Engine
This is Rietveld 408576698