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

Unified Diff: media/base/decryptor.cc

Issue 10539150: Add Decryptor interface. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Remove client_ from Decryptor. Created 8 years, 6 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/decryptor.cc
diff --git a/media/base/audio_decoder.cc b/media/base/decryptor.cc
similarity index 67%
copy from media/base/audio_decoder.cc
copy to media/base/decryptor.cc
index 939066078c4fec03c64ebb59b78c9c868ecc02e1..e9b232ded713e80722667536177f6929066c1fe4 100644
--- a/media/base/audio_decoder.cc
+++ b/media/base/decryptor.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/base/audio_decoder.h"
+#include "media/base/decryptor.h"
namespace media {
-AudioDecoder::AudioDecoder() {}
+Decryptor::Decryptor() {}
-AudioDecoder::~AudioDecoder() {}
+Decryptor::~Decryptor() {}
} // namespace media

Powered by Google App Engine
This is Rietveld 408576698