Index: Source/modules/webmidi/MIDIClient.h |
diff --git a/Source/modules/webmidi/MIDIClient.h b/Source/modules/webmidi/MIDIClient.h |
index 32daafe833ed263b2f37f6deafce8b5b20694f05..b240c9a6a956678d026ee7e72350fb72b6b9b53d 100644 |
--- a/Source/modules/webmidi/MIDIClient.h |
+++ b/Source/modules/webmidi/MIDIClient.h |
@@ -33,7 +33,7 @@ |
#include "platform/heap/Handle.h" |
-namespace WebCore { |
+namespace blink { |
class LocalFrame; |
class MIDIAccessInitializer; |
@@ -48,6 +48,6 @@ public: |
void provideMIDITo(LocalFrame&, PassOwnPtr<MIDIClient>); |
-} // namespace WebCore |
+} // namespace blink |
#endif // MIDIClient_h |