| Index: Source/core/loader/MixedContentChecker.cpp
 | 
| diff --git a/Source/core/loader/MixedContentChecker.cpp b/Source/core/loader/MixedContentChecker.cpp
 | 
| index 229f0b554128c638c8279835525dac12f4c287a5..4274cfa81700db14196a75d730617a689f192be8 100644
 | 
| --- a/Source/core/loader/MixedContentChecker.cpp
 | 
| +++ b/Source/core/loader/MixedContentChecker.cpp
 | 
| @@ -32,13 +32,9 @@
 | 
|  #include "core/dom/Document.h"
 | 
|  #include "core/loader/FrameLoader.h"
 | 
|  #include "core/loader/FrameLoaderClient.h"
 | 
| -#include "core/page/Console.h"
 | 
| -#include "core/page/DOMWindow.h"
 | 
|  #include "core/page/Frame.h"
 | 
|  #include "core/page/Settings.h"
 | 
| -#include "weborigin/SchemeRegistry.h"
 | 
|  #include "weborigin/SecurityOrigin.h"
 | 
| -#include "wtf/text/CString.h"
 | 
|  #include "wtf/text/WTFString.h"
 | 
|  
 | 
|  namespace WebCore {
 | 
| 
 |