| Index: content/browser/media/webrtc_internals.h
|
| diff --git a/content/browser/media/webrtc_internals.h b/content/browser/media/webrtc_internals.h
|
| index 1f30ce8f069b7b39a1edbd66ce7951880df3950f..19313ea188a1fca1b58904cf9eb4a901b03cf874 100644
|
| --- a/content/browser/media/webrtc_internals.h
|
| +++ b/content/browser/media/webrtc_internals.h
|
| @@ -103,10 +103,10 @@ class CONTENT_EXPORT WebRTCInternals : public NotificationObserver,
|
|
|
| private:
|
| friend struct DefaultSingletonTraits<WebRTCInternals>;
|
| - FRIEND_TEST_ALL_PREFIXES(WebRtcBrowserTest, CallWithAecDump);
|
| - FRIEND_TEST_ALL_PREFIXES(WebRtcBrowserTest,
|
| + FRIEND_TEST_ALL_PREFIXES(WebRtcAecDumpBrowserTest, CallWithAecDump);
|
| + FRIEND_TEST_ALL_PREFIXES(WebRtcAecDumpBrowserTest,
|
| CallWithAecDumpEnabledThenDisabled);
|
| - FRIEND_TEST_ALL_PREFIXES(WebRtcBrowserTest, TwoCallsWithAecDump);
|
| + FRIEND_TEST_ALL_PREFIXES(WebRtcAecDumpBrowserTest, TwoCallsWithAecDump);
|
| FRIEND_TEST_ALL_PREFIXES(WebRTCInternalsTest,
|
| AecRecordingFileSelectionCanceled);
|
|
|
|
|