diff options
| author | 2024-01-09 20:55:01 +0000 | |
|---|---|---|
| committer | 2024-01-17 15:14:35 +0000 | |
| commit | 0a4ae19b18601966e6a87d889f6d52b2d1fd7cf3 (patch) | |
| tree | fed431adc2c4c1fb63df44853231eea30f0e1b45 /runtime/gc/reference_processor.h | |
| parent | 0f62043c1670cd365aba1894ad8046cdfc1c905d (diff) | |
Add visibility attributes in runtime/gc
Bug: 260881207
Test: presubmit
Test: abtd app_compat_drm
Test: abtd app_compat_top_100
Test: abtd app_compat_banking
Change-Id: I34de0d083ec0bb476bb39cc31a2f64d15c80fe7b
Diffstat (limited to 'runtime/gc/reference_processor.h')
| -rw-r--r-- | runtime/gc/reference_processor.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/runtime/gc/reference_processor.h b/runtime/gc/reference_processor.h index 0f84211a87..48aff6c2a2 100644 --- a/runtime/gc/reference_processor.h +++ b/runtime/gc/reference_processor.h @@ -17,12 +17,13 @@ #ifndef ART_RUNTIME_GC_REFERENCE_PROCESSOR_H_ #define ART_RUNTIME_GC_REFERENCE_PROCESSOR_H_ +#include "base/macros.h" #include "base/locks.h" #include "jni.h" #include "reference_queue.h" #include "runtime_globals.h" -namespace art { +namespace art HIDDEN { class IsMarkedVisitor; class TimingLogger; |