| Index: Source/web/MIDIClientProxy.h
|
| diff --git a/Source/web/MIDIClientProxy.h b/Source/web/MIDIClientProxy.h
|
| index b6d1e3783918952db5bb02a464ee0d0fd4cf89c7..be3e7a7d856aea9a1a8425fc0dc842401d595994 100644
|
| --- a/Source/web/MIDIClientProxy.h
|
| +++ b/Source/web/MIDIClientProxy.h
|
| @@ -38,7 +38,7 @@ namespace WebCore {
|
| class MIDIAccess;
|
| }
|
|
|
| -namespace WebKit {
|
| +namespace blink {
|
|
|
| class WebMIDIClient;
|
| class WebViewImpl;
|
| @@ -55,6 +55,6 @@ private:
|
| WebMIDIClient* m_client;
|
| };
|
|
|
| -} // namespace WebKit
|
| +} // namespace blink
|
|
|
| #endif // MIDIClientProxy_h
|
|
|