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/javaheapprof/javaheapsampler.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'runtime/javaheapprof/javaheapsampler.h') diff --git a/runtime/javaheapprof/javaheapsampler.h b/runtime/javaheapprof/javaheapsampler.h index 41514726cd..b7742c0f5e 100644 --- a/runtime/javaheapprof/javaheapsampler.h +++ b/runtime/javaheapprof/javaheapsampler.h @@ -22,7 +22,7 @@ #include "base/mutex.h" #include "mirror/object.h" -namespace art { +namespace art HIDDEN { class HeapSampler { public: -- cgit v1.2.3-59-g8ed1b