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

Unified Diff: media/base/player_tracker.cc

Issue 308073004: Add PlayerTracker and BrowserCdm interfaces. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: comments addressed Created 6 years, 7 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/player_tracker.h ('k') | media/cdm/player_tracker_impl.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: media/base/player_tracker.cc
diff --git a/media/audio/mock_audio_source_callback.cc b/media/base/player_tracker.cc
similarity index 56%
copy from media/audio/mock_audio_source_callback.cc
copy to media/base/player_tracker.cc
index da2be1cfa41c3cf8aa63b969fc9451dcc5dc3dbc..909aaecfe4586163b3e646237465dfa8a6c863c0 100644
--- a/media/audio/mock_audio_source_callback.cc
+++ b/media/base/player_tracker.cc
@@ -2,11 +2,14 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#include "media/audio/mock_audio_source_callback.h"
+#include "media/base/player_tracker.h"
namespace media {
-MockAudioSourceCallback::MockAudioSourceCallback() {}
-MockAudioSourceCallback::~MockAudioSourceCallback() {}
+PlayerTracker::PlayerTracker() {
+}
+
+PlayerTracker::~PlayerTracker() {
+}
} // namespace media
« no previous file with comments | « media/base/player_tracker.h ('k') | media/cdm/player_tracker_impl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698