Index: public/web/WebMIDIPermissionRequest.h |
diff --git a/public/web/WebMIDIPermissionRequest.h b/public/web/WebMIDIPermissionRequest.h |
index d5f051d10e92dac67470f9853c516026c9d0af0d..fde2901c8365b7da1b2430a0003e8d8256f652ff 100644 |
--- a/public/web/WebMIDIPermissionRequest.h |
+++ b/public/web/WebMIDIPermissionRequest.h |
@@ -38,7 +38,7 @@ namespace WebCore { |
class MIDIAccess; |
} |
-namespace WebKit { |
+namespace blink { |
class WebSecurityOrigin; |
@@ -80,6 +80,6 @@ inline bool operator!=(const WebMIDIPermissionRequest& a, const WebMIDIPermissio |
return !(a == b); |
} |
-} // namespace WebKit |
+} // namespace blink |
#endif // WebMIDIPermissionRequest_h |