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

Unified Diff: public/platform/WebRTCStatsRequest.h

Issue 173363002: Move mediastream module to oilpan transition types (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: toRefPtrWillBeMemberNativeArray Created 6 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: public/platform/WebRTCStatsRequest.h
diff --git a/public/platform/WebRTCStatsRequest.h b/public/platform/WebRTCStatsRequest.h
index c7cd98ae60b78f2f9d485389fa6616a95d8c41f3..8f0b235fb8fd882109c49a93a1673cb4595ccd31 100644
--- a/public/platform/WebRTCStatsRequest.h
+++ b/public/platform/WebRTCStatsRequest.h
@@ -95,7 +95,7 @@ public:
BLINK_PLATFORM_EXPORT WebRTCStatsResponse createResponse() const;
#if INSIDE_BLINK
- BLINK_PLATFORM_EXPORT WebRTCStatsRequest(const WTF::PassRefPtr<WebCore::RTCStatsRequest>&);
+ BLINK_PLATFORM_EXPORT WebRTCStatsRequest(const PassRefPtr<WebCore::RTCStatsRequest>&);
sof 2014/04/07 14:22:16 Keep this as-is if RTCStatsRequest won't derive fr
haraken 2014/04/08 04:42:35 I wonder why this complies without the WTF:: names
keishi 2014/04/11 20:03:06 Done.
#endif
private:

Powered by Google App Engine
This is Rietveld 408576698