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

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

Issue 25722004: Move core/platform/midi to modules/webmidi (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 7 years, 2 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/core/platform/midi/MIDIAccessor.cpp b/Source/modules/webmidi/MIDIAccessor.cpp
similarity index 96%
rename from Source/core/platform/midi/MIDIAccessor.cpp
rename to Source/modules/webmidi/MIDIAccessor.cpp
index 83fc83a051c3aeebac54a70acb750671630763e6..c5a00e0b0b3ed2394ff16075037278c2b960f9c5 100644
--- a/Source/core/platform/midi/MIDIAccessor.cpp
+++ b/Source/modules/webmidi/MIDIAccessor.cpp
@@ -29,9 +29,9 @@
*/
#include "config.h"
-#include "core/platform/midi/MIDIAccessor.h"
+#include "modules/webmidi/MIDIAccessor.h"
-#include "core/platform/midi/MIDIAccessorClient.h"
+#include "modules/webmidi/MIDIAccessorClient.h"
#include "public/platform/Platform.h"
#include "public/platform/WebMIDIAccessor.h"
#include "wtf/text/WTFString.h"
« 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