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

Unified Diff: media/base/mediaplayer_observer.cc

Issue 2389473002: Media Remoting: Add RemotingController. (Closed)
Patch Set: Created 4 years, 3 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
Index: media/base/mediaplayer_observer.cc
diff --git a/media/cdm/cdm_allocator.cc b/media/base/mediaplayer_observer.cc
similarity index 60%
copy from media/cdm/cdm_allocator.cc
copy to media/base/mediaplayer_observer.cc
index 52e722c35f1ed39e26452b6fca184eec0d83967f..3040912954f37513642fdaa0d36fa373e20ff335 100644
--- a/media/cdm/cdm_allocator.cc
+++ b/media/base/mediaplayer_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/mediaplayer_observer.h"
namespace media {
-CdmAllocator::CdmAllocator() {}
+MediaPlayerObserver::MediaPlayerObserver() {}
-CdmAllocator::~CdmAllocator() {}
+MediaPlayerObserver::~MediaPlayerObserver() {}
} // namespace media

Powered by Google App Engine
This is Rietveld 408576698