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

Unified Diff: media/mojo/services/android_mojo_media_client.cc

Issue 1408793009: media: Remove BrowserCdmFactory inferface. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Add comment for DEPS change. Created 5 years, 1 month 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/media.gyp ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: media/mojo/services/android_mojo_media_client.cc
diff --git a/media/mojo/services/android_mojo_media_client.cc b/media/mojo/services/android_mojo_media_client.cc
index e295a731f3542cd7f5d03eb554af6116881b88ef..a5ee93af306779348bbc880e81c734ba3cfec27a 100644
--- a/media/mojo/services/android_mojo_media_client.cc
+++ b/media/mojo/services/android_mojo_media_client.cc
@@ -5,8 +5,8 @@
#include "media/mojo/services/mojo_media_client.h"
#include "base/memory/scoped_ptr.h"
+#include "media/base/android/android_cdm_factory.h"
#include "media/base/media.h"
-#include "media/cdm/android_cdm_factory.h"
namespace media {
namespace internal {
@@ -28,4 +28,4 @@ scoped_ptr<PlatformMojoMediaClient> CreatePlatformMojoMediaClient() {
}
} // namespace internal
-} // namespace media
+} // namespace media
« no previous file with comments | « media/media.gyp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698