Index: Source/modules/webmidi/MIDIAccessorClient.h |
diff --git a/Source/modules/webmidi/MIDIAccessorClient.h b/Source/modules/webmidi/MIDIAccessorClient.h |
index 198374ffec0488bacb791297a39885f28ff59407..e9a2fdc564c90540fc7ba2cafbbe55434f7a2dd9 100644 |
--- a/Source/modules/webmidi/MIDIAccessorClient.h |
+++ b/Source/modules/webmidi/MIDIAccessorClient.h |
@@ -33,7 +33,7 @@ |
#include "wtf/Forward.h" |
-namespace WebCore { |
+namespace blink { |
class MIDIAccessorClient { |
public: |
@@ -44,6 +44,6 @@ public: |
virtual void didReceiveMIDIData(unsigned portIndex, const unsigned char* data, size_t length, double timeStamp) = 0; |
}; |
-} // namespace WebCore |
+} // namespace blink |
#endif // MIDIAccessorClient_h |