| 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
|
|
|