Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(2446)

Unified Diff: Source/web/MIDIClientProxy.cpp

Issue 398673003: Rename WebCore namespace to blink in bindings and web (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « Source/web/MIDIClientProxy.h ('k') | Source/web/MediaKeysClientImpl.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/web/MIDIClientProxy.cpp
diff --git a/Source/web/MIDIClientProxy.cpp b/Source/web/MIDIClientProxy.cpp
index faa8306e824cbc10a45b0d50328f9ec870f9c3df..4a736616a7f58fc3060c022809cae214eaa2092c 100644
--- a/Source/web/MIDIClientProxy.cpp
+++ b/Source/web/MIDIClientProxy.cpp
@@ -42,7 +42,7 @@ MIDIClientProxy::MIDIClientProxy(WebMIDIClient* client)
{
}
-void MIDIClientProxy::requestSysexPermission(WebCore::MIDIAccessInitializer* initializer)
+void MIDIClientProxy::requestSysexPermission(blink::MIDIAccessInitializer* initializer)
{
if (m_client)
m_client->requestSysexPermission(WebMIDIPermissionRequest(initializer));
@@ -50,7 +50,7 @@ void MIDIClientProxy::requestSysexPermission(WebCore::MIDIAccessInitializer* ini
initializer->setSysexEnabled(false);
}
-void MIDIClientProxy::cancelSysexPermissionRequest(WebCore::MIDIAccessInitializer* initializer)
+void MIDIClientProxy::cancelSysexPermissionRequest(blink::MIDIAccessInitializer* initializer)
{
if (m_client)
m_client->cancelSysexPermissionRequest(WebMIDIPermissionRequest(initializer));
« no previous file with comments | « Source/web/MIDIClientProxy.h ('k') | Source/web/MediaKeysClientImpl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698