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

Unified Diff: chrome/browser/media/router/presentation_request.h

Issue 2771413003: Move c/b/media/router/mojo/*.mojom to chrome/common/media_router/mojo/*.mojom (Closed)
Patch Set: Rebase Created 3 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: chrome/browser/media/router/presentation_request.h
diff --git a/chrome/browser/media/router/presentation_request.h b/chrome/browser/media/router/presentation_request.h
index e3056738e50eebe62b8b32d9a36e07344e6db9c2..c3ddc1167ae3e0ca15f7c4ef6effcd665f9a1efa 100644
--- a/chrome/browser/media/router/presentation_request.h
+++ b/chrome/browser/media/router/presentation_request.h
@@ -8,14 +8,15 @@
#include <string>
#include <vector>
-#include "chrome/browser/media/router/media_source.h"
#include "chrome/browser/media/router/render_frame_host_id.h"
+#include "chrome/common/media_router/media_source.h"
#include "url/origin.h"
namespace media_router {
// Represents a presentation request made from a render frame. Contains the
// presentation URL of the request, and information on the originating frame.
+// TODO(crbug.com/708209): Move this class to content/browser/.
class PresentationRequest {
public:
PresentationRequest(const RenderFrameHostId& render_frame_host_id,

Powered by Google App Engine
This is Rietveld 408576698