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

Unified Diff: content/common/media/media_permission_dispatcher.h

Issue 1837143002: media: Pass MediaPermission to MediaDrmBridge Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: More plumbing 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
Index: content/common/media/media_permission_dispatcher.h
diff --git a/content/renderer/media/media_permission_dispatcher.h b/content/common/media/media_permission_dispatcher.h
similarity index 92%
rename from content/renderer/media/media_permission_dispatcher.h
rename to content/common/media/media_permission_dispatcher.h
index 2a94defebcb133b2bd8170b376fec1fffa30d4f7..1c56c91d91f0344a34dae09eb03d4ee6a7372036 100644
--- a/content/renderer/media/media_permission_dispatcher.h
+++ b/content/common/media/media_permission_dispatcher.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 CONTENT_RENDERER_MEDIA_MEDIA_PERMISSION_DISPATCHER_H_
-#define CONTENT_RENDERER_MEDIA_MEDIA_PERMISSION_DISPATCHER_H_
+#ifndef CONTENT_COMMON_MEDIA_MEDIA_PERMISSION_DISPATCHER_H_
+#define CONTENT_COMMON_MEDIA_MEDIA_PERMISSION_DISPATCHER_H_
#include <stdint.h>
@@ -72,4 +72,4 @@ class CONTENT_EXPORT MediaPermissionDispatcher : public media::MediaPermission {
} // namespace content
-#endif // CONTENT_RENDERER_MEDIA_MEDIA_PERMISSION_DISPATCHER_H_
+#endif // CONTENT_COMMON_MEDIA_MEDIA_PERMISSION_DISPATCHER_H_
« no previous file with comments | « content/browser/media/cdm/browser_cdm_manager.cc ('k') | content/common/media/media_permission_dispatcher.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698