| Index: Source/modules/webmidi/MIDIOutput.h
|
| diff --git a/Source/modules/webmidi/MIDIOutput.h b/Source/modules/webmidi/MIDIOutput.h
|
| index 42c7391ae53e1c046fb62fba110d6b3a727e8e1f..b0106f4001fd5e09e7fed2977be24d8baed0074c 100644
|
| --- a/Source/modules/webmidi/MIDIOutput.h
|
| +++ b/Source/modules/webmidi/MIDIOutput.h
|
| @@ -34,7 +34,7 @@
|
| #include "modules/webmidi/MIDIPort.h"
|
| #include "wtf/Uint8Array.h"
|
|
|
| -namespace WebCore {
|
| +namespace blink {
|
|
|
| class ExceptionState;
|
| class MIDIAccess;
|
| @@ -61,6 +61,6 @@ private:
|
|
|
| typedef HeapVector<Member<MIDIOutput> > MIDIOutputVector;
|
|
|
| -} // namespace WebCore
|
| +} // namespace blink
|
|
|
| #endif // MIDIOutput_h
|
|
|