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

Unified Diff: components/cdm/common/widevine_drm_delegate_android.h

Issue 1907263003: media: Set MediaClientAndroid in the GPU process. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 8 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 | « components/cdm/common/BUILD.gn ('k') | components/cdm/common/widevine_drm_delegate_android.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/cdm/common/widevine_drm_delegate_android.h
diff --git a/components/cdm/browser/widevine_drm_delegate_android.h b/components/cdm/common/widevine_drm_delegate_android.h
similarity index 81%
rename from components/cdm/browser/widevine_drm_delegate_android.h
rename to components/cdm/common/widevine_drm_delegate_android.h
index 6beb601cbe06b7cccc3927556aff58a5b94a1d7f..2fd50d7c627e8a760871bb2058777a076231b9e9 100644
--- a/components/cdm/browser/widevine_drm_delegate_android.h
+++ b/components/cdm/common/widevine_drm_delegate_android.h
@@ -2,8 +2,8 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#ifndef COMPONENTS_CDM_BROWSER_WIDEVINE_DRM_DELEGATE_ANDROID_H_
-#define COMPONENTS_CDM_BROWSER_WIDEVINE_DRM_DELEGATE_ANDROID_H_
+#ifndef COMPONENTS_CDM_COMMON_WIDEVINE_DRM_DELEGATE_ANDROID_H_
+#define COMPONENTS_CDM_COMMON_WIDEVINE_DRM_DELEGATE_ANDROID_H_
#include <stdint.h>
@@ -31,4 +31,4 @@ class WidevineDrmDelegateAndroid : public media::MediaDrmBridgeDelegate {
} // namespace cdm
-#endif // COMPONENTS_CDM_BROWSER_WIDEVINE_DRM_DELEGATE_ANDROID_H_
+#endif // COMPONENTS_CDM_COMMON_WIDEVINE_DRM_DELEGATE_ANDROID_H_
« no previous file with comments | « components/cdm/common/BUILD.gn ('k') | components/cdm/common/widevine_drm_delegate_android.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698