diff options
Diffstat (limited to 'runtime/common_throws.cc')
-rw-r--r-- | runtime/common_throws.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/runtime/common_throws.cc b/runtime/common_throws.cc index 5182689d86..3724866556 100644 --- a/runtime/common_throws.cc +++ b/runtime/common_throws.cc @@ -38,7 +38,7 @@ #include "thread.h" #include "well_known_classes-inl.h" -namespace art { +namespace art HIDDEN { using android::base::StringAppendV; using android::base::StringPrintf; |