From ca14a3a78c9aa42b797fd97660b48fcec87b06a6 Mon Sep 17 00:00:00 2001 From: Mirko Bonadei Date: Thu, 9 Aug 2018 09:47:12 +0200 Subject: [PATCH] Making rtc_base:ptr_util and rtc_base:refcount public. Bug: None Change-Id: I6f4b372c087c6d25e8c451ab5577cb3bcb13f6f0 Reviewed-on: https://webrtc-review.googlesource.com/93284 Reviewed-by: Karl Wiberg Commit-Queue: Mirko Bonadei Cr-Commit-Position: refs/heads/master@{#24237} --- rtc_base/BUILD.gn | 2 ++ 1 file changed, 2 insertions(+) diff --git a/rtc_base/BUILD.gn b/rtc_base/BUILD.gn index fb6f103203..09fbe0fbd5 100644 --- a/rtc_base/BUILD.gn +++ b/rtc_base/BUILD.gn @@ -110,12 +110,14 @@ rtc_source_set("platform_thread_types") { } rtc_source_set("ptr_util") { + visibility = [ "*" ] sources = [ "scoped_ref_ptr.h", ] } rtc_source_set("refcount") { + visibility = [ "*" ] sources = [ "refcount.h", "refcountedobject.h",