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

Unified Diff: Source/web/MIDIClientProxy.cpp

Issue 61773005: Rename WebKit namespace to blink (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 7 years, 1 month 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/MediaSourcePrivateImpl.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 ef4b2feaf8245c3cdb0933f39c83029e235a1eb8..0aad37cce09c82aeb567ea51d26cd2da13bc8f45 100644
--- a/Source/web/MIDIClientProxy.cpp
+++ b/Source/web/MIDIClientProxy.cpp
@@ -40,7 +40,7 @@
using namespace WebCore;
-namespace WebKit {
+namespace blink {
MIDIClientProxy::MIDIClientProxy(WebMIDIClient* client)
: m_client(client)
@@ -61,4 +61,4 @@ void MIDIClientProxy::cancelSysExPermissionRequest(MIDIAccess* access)
m_client->cancelSysExPermissionRequest(WebMIDIPermissionRequest(access));
}
-} // namespace WebKit
+} // namespace blink
« no previous file with comments | « Source/web/MIDIClientProxy.h ('k') | Source/web/MediaSourcePrivateImpl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698