summaryrefslogtreecommitdiff
path: root/runtime/native/java_lang_Thread.cc
diff options
context:
space:
mode:
author Treehugger Robot <treehugger-gerrit@google.com> 2017-10-26 02:10:03 +0000
committer Gerrit Code Review <noreply-gerritcodereview@google.com> 2017-10-26 02:10:03 +0000
commit9041c606de11412a036bac2d2068d6f151a0fab7 (patch)
tree52a3e78fa8bc94a76674caaae837c728332d05dc /runtime/native/java_lang_Thread.cc
parent31275df5ea1b91ed668618d6ec64a76d67cee73c (diff)
parent373a9b5c718a45ac484afcf4fe6ce84f4bb562b3 (diff)
Merge changes I53dd3b2a,I019f1811
* changes: ART: Depend on libnativehelper headers only ART: Do not depend on libnativehelper - toStringArray
Diffstat (limited to 'runtime/native/java_lang_Thread.cc')
-rw-r--r--runtime/native/java_lang_Thread.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/runtime/native/java_lang_Thread.cc b/runtime/native/java_lang_Thread.cc
index 94007ffa1e..a717264bcb 100644
--- a/runtime/native/java_lang_Thread.cc
+++ b/runtime/native/java_lang_Thread.cc
@@ -22,7 +22,7 @@
#include "monitor.h"
#include "native_util.h"
#include "nativehelper/jni_macros.h"
-#include "nativehelper/ScopedUtfChars.h"
+#include "nativehelper/scoped_utf_chars.h"
#include "scoped_fast_native_object_access-inl.h"
#include "scoped_thread_state_change-inl.h"
#include "thread.h"