| Index: content/browser/media/webrtc_internals.h
|
| diff --git a/content/browser/media/webrtc_internals.h b/content/browser/media/webrtc_internals.h
|
| index fcafe657c82079c413ef573e217bbf2f0b169d30..b7b74d97354d974a8a294879a584ee9318b45613 100644
|
| --- a/content/browser/media/webrtc_internals.h
|
| +++ b/content/browser/media/webrtc_internals.h
|
| @@ -5,6 +5,7 @@
|
| #ifndef CONTENT_BROWSER_MEDIA_WEBRTC_INTERNALS_H_
|
| #define CONTENT_BROWSER_MEDIA_WEBRTC_INTERNALS_H_
|
|
|
| +#include "base/gtest_prod_util.h"
|
| #include "base/memory/singleton.h"
|
| #include "base/observer_list.h"
|
| #include "base/process/process.h"
|
| @@ -86,6 +87,9 @@ class CONTENT_EXPORT WebRTCInternals : public BrowserChildProcessObserver,
|
|
|
| private:
|
| friend struct DefaultSingletonTraits<WebRTCInternals>;
|
| + FRIEND_TEST_ALL_PREFIXES(WebrtcBrowserTest, CallWithAecDump);
|
| + FRIEND_TEST_ALL_PREFIXES(WebrtcBrowserTest,
|
| + CallWithAecDumpEnabledThenDisabled);
|
|
|
| WebRTCInternals();
|
| virtual ~WebRTCInternals();
|
|
|