summaryrefslogtreecommitdiff
path: root/runtime/native/string_array_utils.h
diff options
context:
space:
mode:
author Daniel Chapin <chapin@google.com> 2024-01-09 22:22:28 +0000
committer Daniel Chapin <chapin@google.com> 2024-01-10 01:10:32 +0000
commitcb5d0c9ab7fdd514173d71066e3e0ae106d01cfc (patch)
treea403795c6cb44bedf63728053c26b3e64fa7535f /runtime/native/string_array_utils.h
parent7f490cb686153eed5dc310ea4a40b44e37c62171 (diff)
Revert "Add visibility attributes in runtime/entrypoints and runtime/native"
This reverts commit 3d10d9399776f36955bdcd7d75a5e0fe8648d020. Reason for revert: b/319255249 Change-Id: I46c96f5ae78606a7c7c6e2df7368ca1b3362d501
Diffstat (limited to 'runtime/native/string_array_utils.h')
-rw-r--r--runtime/native/string_array_utils.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/runtime/native/string_array_utils.h b/runtime/native/string_array_utils.h
index f1fbe540f5..41d50933f9 100644
--- a/runtime/native/string_array_utils.h
+++ b/runtime/native/string_array_utils.h
@@ -17,14 +17,13 @@
#ifndef ART_RUNTIME_NATIVE_STRING_ARRAY_UTILS_H_
#define ART_RUNTIME_NATIVE_STRING_ARRAY_UTILS_H_
-#include "base/macros.h"
#include "base/locks.h"
#include "class_root-inl.h"
#include "handle_scope-inl.h"
#include "mirror/object_array-alloc-inl.h"
#include "mirror/string.h"
-namespace art HIDDEN {
+namespace art {
namespace detail {