summaryrefslogtreecommitdiff
path: root/absl/random/zipf_distribution.h
diff options
context:
space:
mode:
Diffstat (limited to 'absl/random/zipf_distribution.h')
-rw-r--r--absl/random/zipf_distribution.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/absl/random/zipf_distribution.h b/absl/random/zipf_distribution.h
index bba98e88..22ebc756 100644
--- a/absl/random/zipf_distribution.h
+++ b/absl/random/zipf_distribution.h
@@ -26,7 +26,7 @@
#include "absl/random/uniform_real_distribution.h"
namespace absl {
-inline namespace lts_2019_08_08 {
+ABSL_NAMESPACE_BEGIN
// absl::zipf_distribution produces random integer-values in the range [0, k],
// distributed according to the discrete probability function:
@@ -265,7 +265,7 @@ std::basic_istream<CharT, Traits>& operator>>(
return is;
}
-} // inline namespace lts_2019_08_08
+ABSL_NAMESPACE_END
} // namespace absl
#endif // ABSL_RANDOM_ZIPF_DISTRIBUTION_H_