| Index: Source/core/platform/text/TextEncodingDetectorICU.cpp
 | 
| diff --git a/Source/core/platform/text/TextEncodingDetectorICU.cpp b/Source/core/platform/text/TextEncodingDetectorICU.cpp
 | 
| index 30e280082113dac3fe27ed2779f263dde636ba50..b87885c811c229f6684a04497942cfb418f9c422 100644
 | 
| --- a/Source/core/platform/text/TextEncodingDetectorICU.cpp
 | 
| +++ b/Source/core/platform/text/TextEncodingDetectorICU.cpp
 | 
| @@ -29,9 +29,7 @@
 | 
|   */
 | 
|  
 | 
|  #include "config.h"
 | 
| -#include "core/platform/text/TextEncodingDetector.h"
 | 
|  
 | 
| -#include "wtf/UnusedParam.h"
 | 
|  #include "wtf/text/TextEncoding.h"
 | 
|  #include <unicode/ucnv.h>
 | 
|  #include <unicode/ucsdet.h>
 | 
| 
 |