Index: third_party/WebKit/Source/core/loader/MixedContentChecker.h |
diff --git a/third_party/WebKit/Source/core/loader/MixedContentChecker.h b/third_party/WebKit/Source/core/loader/MixedContentChecker.h |
index b1100e79ab882ec943879713013455ee27fcc21d..33e8a1a82f912cf420a7de0e7aa3d51d85ed4f20 100644 |
--- a/third_party/WebKit/Source/core/loader/MixedContentChecker.h |
+++ b/third_party/WebKit/Source/core/loader/MixedContentChecker.h |
@@ -35,7 +35,7 @@ |
#include "core/CoreExport.h" |
#include "platform/heap/Handle.h" |
#include "platform/network/ResourceRequest.h" |
-#include "public/platform/WebMixedContent.h" |
+#include "public/platform/WebMixedContentContextType.h" |
#include "public/platform/WebURLRequest.h" |
#include "wtf/text/WTFString.h" |
@@ -80,7 +80,7 @@ class CORE_EXPORT MixedContentChecker final { |
static void checkMixedPrivatePublic(LocalFrame*, |
const AtomicString& resourceIPAddress); |
- static WebMixedContent::ContextType contextTypeForInspector( |
+ static WebMixedContentContextType contextTypeForInspector( |
LocalFrame*, |
const ResourceRequest&); |