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

Unified Diff: Source/modules/webmidi/MIDISuccessCallback.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/MIDIPort.cpp ('k') | Source/modules/webmidi/NavigatorWebMIDI.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/modules/webmidi/MIDISuccessCallback.h
diff --git a/Source/modules/webmidi/MIDISuccessCallback.h b/Source/modules/webmidi/MIDISuccessCallback.h
index afb49ab403d9451e9f024c34ce76f12669fd2514..da88ca83a14cec5c11682afb55ebc00173cd6916 100644
--- a/Source/modules/webmidi/MIDISuccessCallback.h
+++ b/Source/modules/webmidi/MIDISuccessCallback.h
@@ -33,7 +33,7 @@
#include "modules/webmidi/MIDIOptions.h"
-namespace WebCore {
+namespace blink {
class MIDIAccess;
@@ -43,6 +43,6 @@ public:
virtual void handleEvent(MIDIAccess*, bool) = 0;
};
-} // namespace WebCore
+} // namespace blink
#endif // MIDISuccessCallback_h
« no previous file with comments | « Source/modules/webmidi/MIDIPort.cpp ('k') | Source/modules/webmidi/NavigatorWebMIDI.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698