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

Unified Diff: media/base/media_keys.cc

Issue 15772012: Separate MediaKeys interface from Decryptor interface. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fix android Created 7 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/media_keys.h ('k') | media/base/mock_filters.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: media/base/media_keys.cc
diff --git a/media/base/android/media_resource_getter.cc b/media/base/media_keys.cc
similarity index 67%
copy from media/base/android/media_resource_getter.cc
copy to media/base/media_keys.cc
index 5fdff06b94662f524418a767dfca9cc4417be537..df6dfc5c9818cdaed82e051926a3199d579e1688 100644
--- a/media/base/android/media_resource_getter.cc
+++ b/media/base/media_keys.cc
@@ -2,10 +2,12 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#include "media/base/android/media_resource_getter.h"
+#include "media/base/media_keys.h"
namespace media {
-MediaResourceGetter::~MediaResourceGetter() {}
+MediaKeys::MediaKeys() {}
+
+MediaKeys::~MediaKeys() {}
} // namespace media
« no previous file with comments | « media/base/media_keys.h ('k') | media/base/mock_filters.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698