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

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

Issue 926563002: Move Iterable.h and Maplike.h to bindings/core/v8/ (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 5 years, 10 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/fetch/Headers.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/modules/webmidi/MIDIPortMap.h
diff --git a/Source/modules/webmidi/MIDIPortMap.h b/Source/modules/webmidi/MIDIPortMap.h
index a99bf491633951851286e1a49026efa38b5279ad..c7959ca50d71107bb75dc1d15e8d22de7f4b8f10 100644
--- a/Source/modules/webmidi/MIDIPortMap.h
+++ b/Source/modules/webmidi/MIDIPortMap.h
@@ -6,8 +6,8 @@
#define MIDIPortMap_h
#include "bindings/core/v8/ExceptionState.h"
+#include "bindings/core/v8/Maplike.h"
#include "bindings/core/v8/V8Binding.h"
-#include "core/dom/Maplike.h"
#include "platform/heap/Handle.h"
#include "wtf/HashMap.h"
#include "wtf/text/StringHash.h"
« no previous file with comments | « Source/modules/fetch/Headers.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698