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

Unified Diff: Source/modules/webmidi/MIDIAccessorClient.h

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.cpp ('k') | Source/modules/webmidi/MIDIClient.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/modules/webmidi/MIDIAccessorClient.h
diff --git a/Source/modules/webmidi/MIDIAccessorClient.h b/Source/modules/webmidi/MIDIAccessorClient.h
index 198374ffec0488bacb791297a39885f28ff59407..e9a2fdc564c90540fc7ba2cafbbe55434f7a2dd9 100644
--- a/Source/modules/webmidi/MIDIAccessorClient.h
+++ b/Source/modules/webmidi/MIDIAccessorClient.h
@@ -33,7 +33,7 @@
#include "wtf/Forward.h"
-namespace WebCore {
+namespace blink {
class MIDIAccessorClient {
public:
@@ -44,6 +44,6 @@ public:
virtual void didReceiveMIDIData(unsigned portIndex, const unsigned char* data, size_t length, double timeStamp) = 0;
};
-} // namespace WebCore
+} // namespace blink
#endif // MIDIAccessorClient_h
« no previous file with comments | « Source/modules/webmidi/MIDIAccessor.cpp ('k') | Source/modules/webmidi/MIDIClient.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698