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

Unified Diff: public/platform/WebRTCStatsResponse.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/WebRTCStatsRequest.h ('k') | public/platform/WebRTCVoidRequest.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: public/platform/WebRTCStatsResponse.h
diff --git a/public/platform/WebRTCStatsResponse.h b/public/platform/WebRTCStatsResponse.h
index 32628dc883eb49f70fa0672b5f6fca89edaf5500..5c0234dc5efa46a455a1cbf37a097e830c53c0e1 100644
--- a/public/platform/WebRTCStatsResponse.h
+++ b/public/platform/WebRTCStatsResponse.h
@@ -33,7 +33,7 @@ namespace WebCore {
class RTCStatsResponseBase;
}
-namespace WebKit {
+namespace blink {
class WebRTCStatsResponse {
public:
@@ -64,6 +64,6 @@ private:
WebPrivatePtr<WebCore::RTCStatsResponseBase> m_private;
};
-} // namespace WebKit
+} // namespace blink
#endif // WebRTCStatsResponse_h
« no previous file with comments | « public/platform/WebRTCStatsRequest.h ('k') | public/platform/WebRTCVoidRequest.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698