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

Unified Diff: chrome/common/chrome_media_client_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 | « chrome/common/chrome_content_client.cc ('k') | chrome/common/chrome_media_client_android.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/common/chrome_media_client_android.h
diff --git a/chrome/browser/android/chrome_media_client_android.h b/chrome/common/chrome_media_client_android.h
similarity index 73%
rename from chrome/browser/android/chrome_media_client_android.h
rename to chrome/common/chrome_media_client_android.h
index fb7c0276c851832e798eee3883c65e9291cc3fd7..2e322e5be0e19799e7fcf817ab0a0c0d35aa51f0 100644
--- a/chrome/browser/android/chrome_media_client_android.h
+++ b/chrome/common/chrome_media_client_android.h
@@ -2,13 +2,13 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#ifndef CHROME_BROWSER_ANDROID_CHROME_MEDIA_CLIENT_ANDROID_H_
-#define CHROME_BROWSER_ANDROID_CHROME_MEDIA_CLIENT_ANDROID_H_
+#ifndef CHROME_COMMON_CHROME_MEDIA_CLIENT_ANDROID_H_
+#define CHROME_COMMON_CHROME_MEDIA_CLIENT_ANDROID_H_
#include <stdint.h>
#include "base/macros.h"
-#include "components/cdm/browser/widevine_drm_delegate_android.h"
+#include "components/cdm/common/widevine_drm_delegate_android.h"
#include "media/base/android/media_client_android.h"
class ChromeMediaClientAndroid : public media::MediaClientAndroid {
@@ -26,4 +26,4 @@ class ChromeMediaClientAndroid : public media::MediaClientAndroid {
DISALLOW_COPY_AND_ASSIGN(ChromeMediaClientAndroid);
};
-#endif // CHROME_BROWSER_ANDROID_CHROME_MEDIA_CLIENT_ANDROID_H_
+#endif // CHROME_COMMON_CHROME_MEDIA_CLIENT_ANDROID_H_
« no previous file with comments | « chrome/common/chrome_content_client.cc ('k') | chrome/common/chrome_media_client_android.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698