Remove using-declaration to resolve conflict
When building using Jumbo, the using-declaration of api::webrtc_logging_private::RequestInfo results in a conflict, since a declaration of RequestInfo exists in both api/webrtc_logging_private.h and api/webrtc_audio_private.h. This commit solves the conflict by removing the using-declaration. Bug: 850484 Change-Id: I9bc25994cccdfd2e9ae19ecdacde06ed7780b1b2 Reviewed-on: https://chromium-review.googlesource.com/1098658Reviewed-by:Ken Rockot <rockot@chromium.org> Commit-Queue: Oscar Johansson <oscarj@opera.com> Cr-Commit-Position: refs/heads/master@{#567167}
Showing
Please register or sign in to comment