| Index: Source/modules/webmidi/MIDIClientMock.h
|
| diff --git a/Source/modules/webmidi/MIDIClientMock.h b/Source/modules/webmidi/MIDIClientMock.h
|
| index fedb2c280f87dde45582a03542ae7b5afa01ff72..76c404c59003c3514560ea6b7d9dc4060e04ed9d 100644
|
| --- a/Source/modules/webmidi/MIDIClientMock.h
|
| +++ b/Source/modules/webmidi/MIDIClientMock.h
|
| @@ -34,7 +34,7 @@
|
| #include "modules/webmidi/MIDIClient.h"
|
| #include "platform/heap/Handle.h"
|
|
|
| -namespace WebCore {
|
| +namespace blink {
|
|
|
| // FIXME: This belongs in Source/testing/runner, not compiled into shipping Blink!
|
| class MIDIClientMock FINAL : public MIDIClient {
|
| @@ -53,6 +53,6 @@ private:
|
| bool m_allowed;
|
| };
|
|
|
| -} // namespace WebCore
|
| +} // namespace blink
|
|
|
| #endif // MIDIClient_h
|
|
|