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

Unified Diff: chrome/renderer/media/cast_session.h

Issue 2530053003: chrome: Cleanup class/struct forward declarations (Closed)
Patch Set: Rebase + address comment Created 4 years, 1 month 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/renderer/media/cast_receiver_session.h ('k') | chrome/renderer/media/cast_session_delegate.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/renderer/media/cast_session.h
diff --git a/chrome/renderer/media/cast_session.h b/chrome/renderer/media/cast_session.h
index 9da013b4c297aed6197cde1d9a84d96c7c635764..d1bfdeca5740082a6babed22045848e498ea5cbb 100644
--- a/chrome/renderer/media/cast_session.h
+++ b/chrome/renderer/media/cast_session.h
@@ -21,17 +21,12 @@ class SingleThreadTaskRunner;
} // namespace base
namespace media {
-class VideoFrame;
namespace cast {
class AudioFrameInput;
class VideoFrameInput;
} // namespace cast
} // namespace media
-namespace content {
-class P2PSocketClient;
-} // namespace content
-
class CastSessionDelegate;
// This class represents a Cast session and allows the session to be
« no previous file with comments | « chrome/renderer/media/cast_receiver_session.h ('k') | chrome/renderer/media/cast_session_delegate.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698