| Index: Source/modules/webmidi/MIDIAccessInitializer.h
|
| diff --git a/Source/modules/webmidi/MIDIAccessInitializer.h b/Source/modules/webmidi/MIDIAccessInitializer.h
|
| index af335ceac987bbe5642eceb4c775ec25dc173573..efbe7a0a3dbcb60ec9414d7427eb6ab24dab382d 100644
|
| --- a/Source/modules/webmidi/MIDIAccessInitializer.h
|
| +++ b/Source/modules/webmidi/MIDIAccessInitializer.h
|
| @@ -14,7 +14,7 @@
|
| #include "wtf/OwnPtr.h"
|
| #include "wtf/Vector.h"
|
|
|
| -namespace WebCore {
|
| +namespace blink {
|
|
|
| class MIDIAccess;
|
| class Navigator;
|
| @@ -69,7 +69,7 @@ private:
|
| Vector<PortDescriptor> m_portDescriptors;
|
| };
|
|
|
| -} // namespace WebCore
|
| +} // namespace blink
|
|
|
|
|
| #endif // MIDIAccessInitializer_h
|
|
|