| Index: public/web/WebMIDIClientMock.h
|
| diff --git a/public/web/WebMIDIClientMock.h b/public/web/WebMIDIClientMock.h
|
| index 0ed583386a804786e35107c64cc4c11bb12fa4c8..34b62a8d6dd56e2106c34441ca28f8aca9769c5d 100644
|
| --- a/public/web/WebMIDIClientMock.h
|
| +++ b/public/web/WebMIDIClientMock.h
|
| @@ -35,7 +35,7 @@
|
| #include "../platform/WebPrivateOwnPtr.h"
|
| #include "WebMIDIClient.h"
|
|
|
| -namespace WebCore {
|
| +namespace blink {
|
| class MIDIClientMock;
|
| }
|
|
|
| @@ -56,7 +56,7 @@ public:
|
| private:
|
| BLINK_EXPORT void reset();
|
|
|
| - WebPrivateOwnPtr<WebCore::MIDIClientMock> m_clientMock;
|
| + WebPrivateOwnPtr<blink::MIDIClientMock> m_clientMock;
|
| };
|
|
|
| } // namespace blink
|
|
|