diff options
| author | 2019-01-29 14:30:16 +0000 | |
|---|---|---|
| committer | 2019-01-29 14:30:16 +0000 | |
| commit | 3c6589ba030692ad17ef48a3edf4d3560997ec97 (patch) | |
| tree | ed76aaabb80b01ca7242e54279bfeea807631d81 | |
| parent | 0032712c0258346e0af734ecd2ae149ab97b3c0d (diff) | |
| parent | d41c759bb25357bef88bedec381300590e4c9754 (diff) | |
Merge "adbconnection: libnativehelper include clean-up"
| -rw-r--r-- | adbconnection/adbconnection.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/adbconnection/adbconnection.cc b/adbconnection/adbconnection.cc index b6d6600358..e1b5b627e7 100644 --- a/adbconnection/adbconnection.cc +++ b/adbconnection/adbconnection.cc @@ -28,7 +28,7 @@ #include "jni/java_vm_ext.h" #include "jni/jni_env_ext.h" #include "mirror/throwable.h" -#include "nativehelper/ScopedLocalRef.h" +#include "nativehelper/scoped_local_ref.h" #include "runtime-inl.h" #include "runtime_callbacks.h" #include "scoped_thread_state_change-inl.h" |