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

Unified Diff: media/blink/encrypted_media_player_support.cc

Issue 495353003: Move WebMediaPlayerImpl and its dependencies to media/blink. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: . Created 6 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/blink/encrypted_media_player_support.h ('k') | media/blink/media_blink.gyp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: media/blink/encrypted_media_player_support.cc
diff --git a/content/renderer/media/crypto/encrypted_media_player_support.cc b/media/blink/encrypted_media_player_support.cc
similarity index 75%
rename from content/renderer/media/crypto/encrypted_media_player_support.cc
rename to media/blink/encrypted_media_player_support.cc
index 04144960cbee1f915b76856ed4477ffd57735474..663141f3ddcd7229a022c48bf9ec9f7f2bab6b30 100644
--- a/content/renderer/media/crypto/encrypted_media_player_support.cc
+++ b/media/blink/encrypted_media_player_support.cc
@@ -2,9 +2,9 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#include "content/renderer/media/crypto/encrypted_media_player_support.h"
+#include "media/blink/encrypted_media_player_support.h"
-namespace content {
+namespace media {
EncryptedMediaPlayerSupport::EncryptedMediaPlayerSupport() {
}
@@ -12,4 +12,4 @@ EncryptedMediaPlayerSupport::EncryptedMediaPlayerSupport() {
EncryptedMediaPlayerSupport::~EncryptedMediaPlayerSupport() {
}
-}
+} // namespace media
« no previous file with comments | « media/blink/encrypted_media_player_support.h ('k') | media/blink/media_blink.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698