diff options
Diffstat (limited to 'runtime/javaheapprof/javaheapsampler.h')
-rw-r--r-- | runtime/javaheapprof/javaheapsampler.h | 2 |
1 files changed, 1 insertions, 1 deletions
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: |