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

Unified Diff: Source/modules/webmidi/MIDIAccessor.cpp

Issue 403013002: Rename WebCore to blink in Modules (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/modules/webmidi/MIDIAccessor.h ('k') | Source/modules/webmidi/MIDIAccessorClient.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/modules/webmidi/MIDIAccessor.cpp
diff --git a/Source/modules/webmidi/MIDIAccessor.cpp b/Source/modules/webmidi/MIDIAccessor.cpp
index e9a94b0419c6175fb3f6ec5aaf85a2576c49106a..98cb076f125f0ae5a60044c8182a04f757652f6a 100644
--- a/Source/modules/webmidi/MIDIAccessor.cpp
+++ b/Source/modules/webmidi/MIDIAccessor.cpp
@@ -37,7 +37,7 @@
using blink::WebString;
-namespace WebCore {
+namespace blink {
// Factory method
PassOwnPtr<MIDIAccessor> MIDIAccessor::create(MIDIAccessorClient* client)
@@ -85,4 +85,4 @@ void MIDIAccessor::didReceiveMIDIData(unsigned portIndex, const unsigned char* d
m_client->didReceiveMIDIData(portIndex, data, length, timeStamp);
}
-} // namespace WebCore
+} // namespace blink
« no previous file with comments | « Source/modules/webmidi/MIDIAccessor.h ('k') | Source/modules/webmidi/MIDIAccessorClient.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698