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

Unified Diff: base/android/memory_pressure_listener_android.cc

Issue 2209993003: Add missing using statements for JNI types. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 4 months 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/field_trial_list.cc ('k') | base/message_loop/message_pump_android.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.cc
diff --git a/base/android/memory_pressure_listener_android.cc b/base/android/memory_pressure_listener_android.cc
index 5975b946a4d2cefde76c51e5cf1d7ee48ab9f3bf..32e08710d5d886a642994b14ae26d9e3e09b65cd 100644
--- a/base/android/memory_pressure_listener_android.cc
+++ b/base/android/memory_pressure_listener_android.cc
@@ -8,6 +8,8 @@
#include "base/memory/memory_pressure_listener.h"
#include "jni/MemoryPressureListener_jni.h"
+using base::android::JavaParamRef;
+
// Defined and called by JNI.
static void OnMemoryPressure(JNIEnv* env,
const JavaParamRef<jclass>& clazz,
« no previous file with comments | « base/android/field_trial_list.cc ('k') | base/message_loop/message_pump_android.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698