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

Unified Diff: public/platform/WebRTCStatsRequest.h

Issue 61773005: Rename WebKit namespace to blink (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 7 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 | « public/platform/WebRTCSessionDescriptionRequest.h ('k') | public/platform/WebRTCStatsResponse.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: public/platform/WebRTCStatsRequest.h
diff --git a/public/platform/WebRTCStatsRequest.h b/public/platform/WebRTCStatsRequest.h
index f5f0d43e25c65d0fa5adfec429a483b2eb5f70cd..914c0c4b191922a7b9a781c79dae6fc9b01d132a 100644
--- a/public/platform/WebRTCStatsRequest.h
+++ b/public/platform/WebRTCStatsRequest.h
@@ -39,7 +39,7 @@ namespace WebCore {
class RTCStatsRequest;
}
-namespace WebKit {
+namespace blink {
class WebMediaStreamTrack;
class WebMediaStream;
@@ -104,6 +104,6 @@ private:
WebPrivatePtr<WebCore::RTCStatsRequest> m_private;
};
-} // namespace WebKit
+} // namespace blink
#endif // WebRTCStatsRequest_h
« no previous file with comments | « public/platform/WebRTCSessionDescriptionRequest.h ('k') | public/platform/WebRTCStatsResponse.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698