summaryrefslogtreecommitdiffstats
path: root/chromium/third_party/webrtc/video_engine/vie_impl.h
diff options
context:
space:
mode:
Diffstat (limited to 'chromium/third_party/webrtc/video_engine/vie_impl.h')
-rw-r--r--chromium/third_party/webrtc/video_engine/vie_impl.h9
1 files changed, 0 insertions, 9 deletions
diff --git a/chromium/third_party/webrtc/video_engine/vie_impl.h b/chromium/third_party/webrtc/video_engine/vie_impl.h
index 290a67e5afc..086282d1874 100644
--- a/chromium/third_party/webrtc/video_engine/vie_impl.h
+++ b/chromium/third_party/webrtc/video_engine/vie_impl.h
@@ -24,9 +24,6 @@
#ifdef WEBRTC_VIDEO_ENGINE_CODEC_API
#include "webrtc/video_engine/vie_codec_impl.h"
#endif
-#ifdef WEBRTC_VIDEO_ENGINE_ENCRYPTION_API
-#include "webrtc/video_engine/vie_encryption_impl.h"
-#endif
#ifdef WEBRTC_VIDEO_ENGINE_FILE_API
#include "webrtc/video_engine/vie_file_impl.h"
#endif
@@ -54,9 +51,6 @@ class VideoEngineImpl
#ifdef WEBRTC_VIDEO_ENGINE_CAPTURE_API
public ViECaptureImpl,
#endif
-#ifdef WEBRTC_VIDEO_ENGINE_ENCRYPTION_API
- public ViEEncryptionImpl,
-#endif
#ifdef WEBRTC_VIDEO_ENGINE_FILE_API
public ViEFileImpl,
#endif
@@ -84,9 +78,6 @@ class VideoEngineImpl
#ifdef WEBRTC_VIDEO_ENGINE_CAPTURE_API
ViECaptureImpl(ViEBaseImpl::shared_data()),
#endif
-#ifdef WEBRTC_VIDEO_ENGINE_ENCRYPTION_API
- ViEEncryptionImpl(ViEBaseImpl::shared_data()),
-#endif
#ifdef WEBRTC_VIDEO_ENGINE_FILE_API
ViEFileImpl(ViEBaseImpl::shared_data()),
#endif