Index: public/web/WebMIDIClient.h |
diff --git a/public/web/WebMIDIClient.h b/public/web/WebMIDIClient.h |
index 0db27e4903765b432a17014868fe8ced54065c9f..9435b938b2d04a428854e592da1fd7c353085b34 100644 |
--- a/public/web/WebMIDIClient.h |
+++ b/public/web/WebMIDIClient.h |
@@ -31,7 +31,7 @@ |
#ifndef WebMIDIClient_h |
#define WebMIDIClient_h |
-namespace WebKit { |
+namespace blink { |
class WebMIDIPermissionRequest; |
class WebMIDIClient { |
@@ -44,6 +44,6 @@ public: |
virtual void cancelSysExPermissionRequest(const WebMIDIPermissionRequest&) = 0; |
}; |
-} // namespace WebKit |
+} // namespace blink |
#endif // WebMIDIClient_h |