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

Unified Diff: media/base/media_observer.cc

Issue 2389473002: Media Remoting: Add RemotingController. (Closed)
Patch Set: Rebased. Created 4 years, 2 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/media_observer.h ('k') | media/base/pipeline_impl.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: media/base/media_observer.cc
diff --git a/media/cdm/cdm_allocator.cc b/media/base/media_observer.cc
similarity index 66%
copy from media/cdm/cdm_allocator.cc
copy to media/base/media_observer.cc
index 52e722c35f1ed39e26452b6fca184eec0d83967f..7bedcbf36fcc178bfdcb95a0c7607cd6233d6d95 100644
--- a/media/cdm/cdm_allocator.cc
+++ b/media/base/media_observer.cc
@@ -2,12 +2,12 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#include "media/cdm/cdm_allocator.h"
+#include "media/base/media_observer.h"
namespace media {
-CdmAllocator::CdmAllocator() {}
+MediaObserver::MediaObserver() {}
-CdmAllocator::~CdmAllocator() {}
+MediaObserver::~MediaObserver() {}
} // namespace media
« no previous file with comments | « media/base/media_observer.h ('k') | media/base/pipeline_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698