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

Unified Diff: Source/modules/mediastream/RTCErrorCallback.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
« no previous file with comments | « Source/modules/mediastream/RTCDataChannelEvent.cpp ('k') | Source/modules/mediastream/RTCIceCandidate.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/modules/mediastream/RTCErrorCallback.h
diff --git a/Source/modules/mediastream/RTCErrorCallback.h b/Source/modules/mediastream/RTCErrorCallback.h
index 12b58c7c0087396055d0236a72c62b0c24449d1d..d957740f36c309fa19e6c1b6baac976cc6f4c600 100644
--- a/Source/modules/mediastream/RTCErrorCallback.h
+++ b/Source/modules/mediastream/RTCErrorCallback.h
@@ -33,7 +33,7 @@
#include "wtf/text/WTFString.h"
-namespace WebCore {
+namespace blink {
class RTCErrorCallback {
public:
@@ -41,6 +41,6 @@ public:
virtual void handleEvent(const String& errorInformation) = 0;
};
-} // namespace WebCore
+} // namespace blink
#endif // RTCErrorCallback_h
« no previous file with comments | « Source/modules/mediastream/RTCDataChannelEvent.cpp ('k') | Source/modules/mediastream/RTCIceCandidate.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698