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

Unified Diff: media/cast/pacing/mock_paced_packet_sender.cc

Issue 25544003: Fix code style and gyp files in cast to build cast_unittest (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fixed gyp files Created 7 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
« no previous file with comments | « media/cast/pacing/mock_paced_packet_sender.h ('k') | media/cast/pacing/mock_packet_sender.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: media/cast/pacing/mock_paced_packet_sender.cc
diff --git a/media/base/media_keys.cc b/media/cast/pacing/mock_paced_packet_sender.cc
similarity index 51%
copy from media/base/media_keys.cc
copy to media/cast/pacing/mock_paced_packet_sender.cc
index fd01de12f90d2b7923565d2e795fcedb5bcd4219..2b79d9fba75e685431512c8164a528c52fe64573 100644
--- a/media/base/media_keys.cc
+++ b/media/cast/pacing/mock_paced_packet_sender.cc
@@ -2,14 +2,16 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#include "media/base/media_keys.h"
+#include "media/cast/pacing/mock_paced_packet_sender.h"
namespace media {
+namespace cast {
-MediaKeys::MediaKeys() {}
+MockPacedPacketSender::MockPacedPacketSender() {
+}
-MediaKeys::~MediaKeys() {}
-
-Decryptor* MediaKeys::GetDecryptor() { return NULL; }
+MockPacedPacketSender::~MockPacedPacketSender() {
+}
+} // namespace cast
} // namespace media
« no previous file with comments | « media/cast/pacing/mock_paced_packet_sender.h ('k') | media/cast/pacing/mock_packet_sender.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698