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

Unified Diff: chrome/common/media/chrome_media_drm_bridge_client.cc

Issue 2756333002: Rename MediaClientAndroid to MediaDrmBridgeClient (Closed)
Patch Set: Fix .h guards Created 3 years, 9 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 | « chrome/common/media/chrome_media_drm_bridge_client.h ('k') | chromecast/common/cast_content_client.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/common/media/chrome_media_drm_bridge_client.cc
diff --git a/chrome/common/chrome_media_client_android.cc b/chrome/common/media/chrome_media_drm_bridge_client.cc
similarity index 59%
rename from chrome/common/chrome_media_client_android.cc
rename to chrome/common/media/chrome_media_drm_bridge_client.cc
index 3aca17d13822aefb4a3072706df1aaa7f414d143..54f3b45d35073b633291472b0860c6cd7b12286d 100644
--- a/chrome/common/chrome_media_client_android.cc
+++ b/chrome/common/media/chrome_media_drm_bridge_client.cc
@@ -2,14 +2,14 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#include "chrome/common/chrome_media_client_android.h"
+#include "chrome/common/media/chrome_media_drm_bridge_client.h"
-ChromeMediaClientAndroid::ChromeMediaClientAndroid() {}
+ChromeMediaDrmBridgeClient::ChromeMediaDrmBridgeClient() {}
-ChromeMediaClientAndroid::~ChromeMediaClientAndroid() {}
+ChromeMediaDrmBridgeClient::~ChromeMediaDrmBridgeClient() {}
media::MediaDrmBridgeDelegate*
-ChromeMediaClientAndroid::GetMediaDrmBridgeDelegate(
+ChromeMediaDrmBridgeClient::GetMediaDrmBridgeDelegate(
const std::vector<uint8_t>& scheme_uuid) {
if (scheme_uuid == widevine_delegate_.GetUUID())
return &widevine_delegate_;
« no previous file with comments | « chrome/common/media/chrome_media_drm_bridge_client.h ('k') | chromecast/common/cast_content_client.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698