From c5266fbb0f9b0be10c92f82a6b78d50715e80e30 Mon Sep 17 00:00:00 2001 From: Dmitrii Ishcheikin Date: Wed, 24 Jan 2024 15:28:12 +0000 Subject: Add visibility attributes in runtime/j* Bug: 260881207 Test: presubmit Test: abtd app_compat_drm Test: abtd app_compat_top_100 Test: abtd app_compat_banking Change-Id: I3edb48d24aac0da006ffd2d634ede22045880a8c --- runtime/java_frame_root_info.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'runtime/java_frame_root_info.h') diff --git a/runtime/java_frame_root_info.h b/runtime/java_frame_root_info.h index c2b4493814..885000994c 100644 --- a/runtime/java_frame_root_info.h +++ b/runtime/java_frame_root_info.h @@ -24,7 +24,7 @@ #include "base/macros.h" #include "gc_root.h" -namespace art { +namespace art HIDDEN { class StackVisitor; -- cgit v1.2.3-59-g8ed1b