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

Unified Diff: content/shell/android/shell_jni_registrar.cc

Issue 1544273002: Switch to standard integer types in content/. (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: content/shell/android/shell_jni_registrar.cc
diff --git a/content/shell/android/shell_jni_registrar.cc b/content/shell/android/shell_jni_registrar.cc
index 65628733b7b9a2934c8ce411fd333397a5e4e668..4de0e567b3dd260f7b797ccaf28c08d6979ea4dd 100644
--- a/content/shell/android/shell_jni_registrar.cc
+++ b/content/shell/android/shell_jni_registrar.cc
@@ -6,6 +6,7 @@
#include "base/android/jni_android.h"
#include "base/android/jni_registrar.h"
+#include "base/macros.h"
#include "content/shell/android/shell_manager.h"
#include "content/shell/browser/shell.h"
#include "content/shell/browser/shell_mojo_test_utils_android.h"
« no previous file with comments | « content/shell/android/linker_test_apk/chromium_linker_test_linker_tests.cc ('k') | content/shell/app/shell_content_main.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698