| 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_
|
|
|