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

Unified Diff: base/android/memory_pressure_listener_android.h

Issue 1543293003: Switch to standard integer types in base/android/. (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
« no previous file with comments | « base/android/linker/modern_linker_jni.cc ('k') | base/android/record_histogram.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: base/android/memory_pressure_listener_android.h
diff --git a/base/android/memory_pressure_listener_android.h b/base/android/memory_pressure_listener_android.h
index eed8dbb5756b00249ef4c822ae7c23d6eb0bf6d4..15f68c26d694e0747ab000110d77679169278ffc 100644
--- a/base/android/memory_pressure_listener_android.h
+++ b/base/android/memory_pressure_listener_android.h
@@ -6,6 +6,7 @@
#define BASE_ANDROID_MEMORY_PRESSURE_LISTENER_ANDROID_H_
#include "base/android/jni_android.h"
+#include "base/macros.h"
namespace base {
namespace android {
« no previous file with comments | « base/android/linker/modern_linker_jni.cc ('k') | base/android/record_histogram.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698