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

Unified Diff: Source/modules/fetch/Headers.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/encryptedmedia/MediaKeyStatusMap.h ('k') | Source/modules/webmidi/MIDIPortMap.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/modules/fetch/Headers.h
diff --git a/Source/modules/fetch/Headers.h b/Source/modules/fetch/Headers.h
index 4e0fe9bb5805e276f8ea338cc86ab3d134a43645..c25004b1feff1e576ef898d4da45aa49ec1675af 100644
--- a/Source/modules/fetch/Headers.h
+++ b/Source/modules/fetch/Headers.h
@@ -5,9 +5,9 @@
#ifndef Headers_h
#define Headers_h
+#include "bindings/core/v8/Iterable.h"
#include "bindings/core/v8/ScriptState.h"
#include "bindings/core/v8/ScriptWrappable.h"
-#include "core/dom/Iterable.h"
#include "modules/fetch/FetchHeaderList.h"
#include "wtf/Forward.h"
#include "wtf/PassOwnPtr.h"
« no previous file with comments | « Source/modules/encryptedmedia/MediaKeyStatusMap.h ('k') | Source/modules/webmidi/MIDIPortMap.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698