diff options
Diffstat (limited to 'runtime/base/histogram.h')
| -rw-r--r-- | runtime/base/histogram.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/runtime/base/histogram.h b/runtime/base/histogram.h index f508af993e..2a02cf4245 100644 --- a/runtime/base/histogram.h +++ b/runtime/base/histogram.h @@ -112,6 +112,6 @@ template <class Value> class Histogram { DISALLOW_COPY_AND_ASSIGN(Histogram); }; -} +} // namespace art #endif // ART_RUNTIME_BASE_HISTOGRAM_H_ |