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

Unified Diff: Source/modules/mediastream/RTCSessionDescriptionCallback.h

Issue 403013002: Rename WebCore to blink in Modules (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 5 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: Source/modules/mediastream/RTCSessionDescriptionCallback.h
diff --git a/Source/modules/mediastream/RTCSessionDescriptionCallback.h b/Source/modules/mediastream/RTCSessionDescriptionCallback.h
index 91625cbf496277392144f4d115015ec385b587d0..c12498e6d304b1da98265f200a2c612fa2ccef0f 100644
--- a/Source/modules/mediastream/RTCSessionDescriptionCallback.h
+++ b/Source/modules/mediastream/RTCSessionDescriptionCallback.h
@@ -31,7 +31,7 @@
#ifndef RTCSessionDescriptionCallback_h
#define RTCSessionDescriptionCallback_h
-namespace WebCore {
+namespace blink {
class RTCSessionDescription;
@@ -41,6 +41,6 @@ public:
virtual void handleEvent(RTCSessionDescription*) = 0;
};
-} // namespace WebCore
+} // namespace blink
#endif // RTCSessionDescriptionCallback_h
« no previous file with comments | « Source/modules/mediastream/RTCSessionDescription.cpp ('k') | Source/modules/mediastream/RTCSessionDescriptionRequestImpl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698