Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1043)

Unified Diff: media/base/video_capturer_source.cc

Issue 883293005: Cast: Basic cast_receiver API for chrome. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: removed extra BUILD.gn line Created 5 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « media/base/video_capturer_source.h ('k') | media/media.gyp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: media/base/video_capturer_source.cc
diff --git a/ipc/ipc_message_attachment.cc b/media/base/video_capturer_source.cc
similarity index 51%
copy from ipc/ipc_message_attachment.cc
copy to media/base/video_capturer_source.cc
index 83440ae8e008847eebd411f8ffd08c69d9f529fe..c1ebbe1dbff339455a2ef2e9b09efc95edfe79c1 100644
--- a/ipc/ipc_message_attachment.cc
+++ b/media/base/video_capturer_source.cc
@@ -2,14 +2,10 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#include "ipc/ipc_message_attachment.h"
+#include "media/base/video_capturer_source.h"
-namespace IPC {
+namespace media {
-MessageAttachment::MessageAttachment() {
-}
+VideoCapturerSource::~VideoCapturerSource() {}
-MessageAttachment::~MessageAttachment() {
-}
-
-} // namespace IPC
+} // namespace media
« no previous file with comments | « media/base/video_capturer_source.h ('k') | media/media.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698