Index: Source/core/inspector/InspectorPageAgent.cpp |
diff --git a/Source/core/inspector/InspectorPageAgent.cpp b/Source/core/inspector/InspectorPageAgent.cpp |
index 1d7b8bcaf401af9d3f9c6921432c1132eb67d098..2dab12e59637bc3aa2de96650afa343f8ee183aa 100644 |
--- a/Source/core/inspector/InspectorPageAgent.cpp |
+++ b/Source/core/inspector/InspectorPageAgent.cpp |
@@ -38,7 +38,6 @@ |
#include "CachedResourceLoader.h" |
#include "CachedScript.h" |
#include "ContentSearchUtils.h" |
-#include "Cookie.h" |
#include "CookieJar.h" |
#include "DOMImplementation.h" |
#include "DOMPatchSupport.h" |
@@ -71,6 +70,7 @@ |
#include "Settings.h" |
#include "TextResourceDecoder.h" |
#include "UserGestureIndicator.h" |
+#include "core/platform/Cookie.h" |
#include "core/platform/text/RegularExpression.h" |
#include "core/platform/text/TextEncoding.h" |
#include <wtf/CurrentTime.h> |