Upstream version 9.38.198.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / Source / modules / mediastream / RTCErrorCallback.h
index 12b58c7..d957740 100644 (file)
@@ -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