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

Unified Diff: Source/modules/webmidi/MIDIInput.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/MIDIErrorCallback.h ('k') | Source/modules/webmidi/MIDIInput.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/modules/webmidi/MIDIInput.h
diff --git a/Source/modules/webmidi/MIDIInput.h b/Source/modules/webmidi/MIDIInput.h
index 8bd721000121c901c6f3c82ed899be5ac93acd58..935e3a76ff17873b557a5836e83d4ce4744bee56 100644
--- a/Source/modules/webmidi/MIDIInput.h
+++ b/Source/modules/webmidi/MIDIInput.h
@@ -34,7 +34,7 @@
#include "modules/EventTargetModules.h"
#include "modules/webmidi/MIDIPort.h"
-namespace WebCore {
+namespace blink {
class MIDIAccess;
@@ -59,6 +59,6 @@ private:
typedef HeapVector<Member<MIDIInput> > MIDIInputVector;
-} // namespace WebCore
+} // namespace blink
#endif // MIDIInput_h
« no previous file with comments | « Source/modules/webmidi/MIDIErrorCallback.h ('k') | Source/modules/webmidi/MIDIInput.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698