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

Unified Diff: Source/modules/mediasource/VideoPlaybackQuality.h

Issue 334263022: Include wtf/RefCounted.h less often in modules/ (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 6 years, 6 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 | « Source/modules/mediasource/SourceBuffer.h ('k') | Source/modules/mediastream/RTCStatsRequestImpl.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/modules/mediasource/VideoPlaybackQuality.h
diff --git a/Source/modules/mediasource/VideoPlaybackQuality.h b/Source/modules/mediasource/VideoPlaybackQuality.h
index 98d1c183563cac1cf7f0dc28c93c0ac0e4b86d05..07eda291db60ba192bdece9da4ae213e66b1ee72 100644
--- a/Source/modules/mediasource/VideoPlaybackQuality.h
+++ b/Source/modules/mediasource/VideoPlaybackQuality.h
@@ -32,7 +32,7 @@
#define VideoPlaybackQuality_h
#include "platform/heap/Handle.h"
-#include "wtf/PassRefPtr.h"
+#include "wtf/Forward.h"
#include "wtf/RefCounted.h"
namespace WebCore {
« no previous file with comments | « Source/modules/mediasource/SourceBuffer.h ('k') | Source/modules/mediastream/RTCStatsRequestImpl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698