diff options
Diffstat (limited to 'WebCore/platform/text/TextEncodingDetectorICU.cpp')
-rw-r--r-- | WebCore/platform/text/TextEncodingDetectorICU.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/WebCore/platform/text/TextEncodingDetectorICU.cpp b/WebCore/platform/text/TextEncodingDetectorICU.cpp index 26c997e..fcb2aa9 100644 --- a/WebCore/platform/text/TextEncodingDetectorICU.cpp +++ b/WebCore/platform/text/TextEncodingDetectorICU.cpp @@ -32,7 +32,7 @@ #include "TextEncodingDetector.h" #include "TextEncoding.h" -#include "UnusedParam.h" +#include <wtf/UnusedParam.h> #ifndef BUILDING_ON_TIGER #include "unicode/ucnv.h" |