Remove redundant webrtc:: prefixes in api/environment
Created by
tools_webrtc/remove_extra_namespace.py --namespace webrtc
and manual adjustments.
This CL was uploaded by git cl split.
R=eshr@webrtc.org
No-IWYU: Refactoring
Bug: webrtc:42232595
Change-Id: Id8a45c1dfe4ca397acfc69f6963f205a95e85151
Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/396180
Commit-Queue: Harald Alvestrand <hta@webrtc.org>
Commit-Queue: Evan Shrubsole <eshr@webrtc.org>
Reviewed-by: Evan Shrubsole <eshr@webrtc.org>
Auto-Submit: Harald Alvestrand <hta@webrtc.org>
Cr-Commit-Position: refs/heads/main@{#44900}
diff --git a/api/environment/environment_factory.cc b/api/environment/environment_factory.cc
index 692ecc0..8ee52c3 100644
--- a/api/environment/environment_factory.cc
+++ b/api/environment/environment_factory.cc
@@ -31,7 +31,7 @@
template <typename T>
void Store(absl_nonnull std::unique_ptr<T> value,
- scoped_refptr<const webrtc::RefCountedBase>& leaf) {
+ scoped_refptr<const RefCountedBase>& leaf) {
class StorageNode : public RefCountedBase {
public:
StorageNode(scoped_refptr<const RefCountedBase> parent,