Remove rtc_base/scoped_ref_ptr.h.

The type rtc::scoped_refptr<T> is now part of api/. Please include it from
api/scoped_refptr.h.

More info: See: https://groups.google.com/forum/#!topic/discuss-webrtc/Mme2MSz4z4o.

Bug: webrtc:9887, webrtc:8205
No-Try: True
Change-Id: Ic6c7c81e226e59f12f7933e472f573ae097b55bf
Reviewed-on: https://webrtc-review.googlesource.com/c/119041
Commit-Queue: Mirko Bonadei <mbonadei@webrtc.org>
Reviewed-by: Karl Wiberg <kwiberg@webrtc.org>
Cr-Commit-Position: refs/heads/master@{#26414}
diff --git a/rtc_tools/BUILD.gn b/rtc_tools/BUILD.gn
index 4e9e3cf..8ebac7f 100644
--- a/rtc_tools/BUILD.gn
+++ b/rtc_tools/BUILD.gn
@@ -65,6 +65,7 @@
     "video_file_reader.h",
   ]
   deps = [
+    "../api:scoped_refptr",
     "../api/video:video_frame",
     "../api/video:video_frame_i420",
     "../rtc_base:checks",
@@ -81,6 +82,7 @@
   ]
   deps = [
     ":video_file_reader",
+    "../api:scoped_refptr",
     "../api/video:video_frame",
     "../api/video:video_frame_i420",
     "../rtc_base:rtc_base_approved",
@@ -105,6 +107,7 @@
   deps = [
     ":video_file_reader",
     "../api:array_view",
+    "../api:scoped_refptr",
     "../api/video:video_frame",
     "../api/video:video_frame_i420",
     "../common_video",
@@ -127,7 +130,7 @@
     ":video_file_reader",
     ":video_file_writer",
     ":video_quality_analysis",
-    "../rtc_base:ptr_util",
+    "../api:scoped_refptr",
     "../rtc_base:stringutils",
     "../test:perf_test",
     "//third_party/abseil-cpp/absl/strings",
@@ -159,8 +162,8 @@
       ":command_line_parser",
       ":video_file_reader",
       ":video_quality_analysis",
+      "../api:scoped_refptr",
       "../api/video:video_frame",
-      "../rtc_base:ptr_util",
     ]
   }
 
@@ -173,8 +176,8 @@
     deps = [
       ":video_file_reader",
       ":video_quality_analysis",
+      "../api:scoped_refptr",
       "../api/video:video_frame",
-      "../rtc_base:ptr_util",
     ]
   }
 
@@ -382,6 +385,7 @@
       ":video_file_writer",
       ":video_quality_analysis",
       "../:webrtc_common",
+      "../api:scoped_refptr",
       "../api/video:video_frame",
       "../api/video:video_frame_i420",
       "../common_video:common_video",