summaryrefslogtreecommitdiff
path: root/runtime/class_loader_context_test.cc
diff options
context:
space:
mode:
author Vladimir Marko <vmarko@google.com> 2019-03-29 16:12:04 +0000
committer Vladimir Marko <vmarko@google.com> 2019-04-01 09:37:59 +0000
commitbdc93b47e2e7e8f17413669e03bc461d259d16f6 (patch)
treebd1c632196a437e90d012475afa83adf614be538 /runtime/class_loader_context_test.cc
parentf52d92fce224c86491d9b0fd6fca805564119426 (diff)
ObjPtr<>-ify StackTraceElement and ClassLoader.
Test: m test-art-host-gtest Test: testrunner.py --host --optimizing Bug: 31113334 Change-Id: I457eeda55bbfb905dd2de0abd68451ab42ef9c1f
Diffstat (limited to 'runtime/class_loader_context_test.cc')
-rw-r--r--runtime/class_loader_context_test.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/runtime/class_loader_context_test.cc b/runtime/class_loader_context_test.cc
index 84526754be..6d44b71b67 100644
--- a/runtime/class_loader_context_test.cc
+++ b/runtime/class_loader_context_test.cc
@@ -29,7 +29,7 @@
#include "handle_scope-inl.h"
#include "jni/jni_internal.h"
#include "mirror/class.h"
-#include "mirror/class_loader.h"
+#include "mirror/class_loader-inl.h"
#include "mirror/object-inl.h"
#include "mirror/object_array-alloc-inl.h"
#include "oat_file_assistant.h"