| Index: Source/modules/webmidi/NavigatorWebMIDI.h
|
| diff --git a/Source/modules/webmidi/NavigatorWebMIDI.h b/Source/modules/webmidi/NavigatorWebMIDI.h
|
| index 69ec9223b764a90a4a2dc3c3fc342e70b16cb2c0..0cdba7ed5d6a0cbe64ab134be520b01515333deb 100644
|
| --- a/Source/modules/webmidi/NavigatorWebMIDI.h
|
| +++ b/Source/modules/webmidi/NavigatorWebMIDI.h
|
| @@ -37,7 +37,7 @@
|
| #include "platform/Supplementable.h"
|
| #include "platform/heap/Handle.h"
|
|
|
| -namespace WebCore {
|
| +namespace blink {
|
|
|
| class Navigator;
|
|
|
| @@ -57,6 +57,6 @@ private:
|
| static const char* supplementName();
|
| };
|
|
|
| -} // namespace WebCore
|
| +} // namespace blink
|
|
|
| #endif // NavigatorWebMIDI_h
|
|
|