Index: third_party/WebKit/Source/platform/TextCodecFuzzer.cpp |
diff --git a/third_party/WebKit/Source/platform/TextCodecFuzzer.cpp b/third_party/WebKit/Source/platform/TextCodecFuzzer.cpp |
index 0d6adc556f365f807e1f3a88886a6fec9e5e35b5..35be5b016756defe1f95ae4a458aec8021193930 100644 |
--- a/third_party/WebKit/Source/platform/TextCodecFuzzer.cpp |
+++ b/third_party/WebKit/Source/platform/TextCodecFuzzer.cpp |
@@ -2,13 +2,13 @@ |
// Use of this source code is governed by a BSD-style license that can be |
// found in the LICENSE file. |
-#include "wtf/text/TextCodec.h" |
+#include "platform/wtf/text/TextCodec.h" |
#include "platform/testing/BlinkFuzzerTestSupport.h" |
#include "platform/testing/FuzzedDataProvider.h" |
-#include "wtf/text/CString.h" |
-#include "wtf/text/TextEncoding.h" |
-#include "wtf/text/TextEncodingRegistry.h" |
+#include "platform/wtf/text/CString.h" |
+#include "platform/wtf/text/TextEncoding.h" |
+#include "platform/wtf/text/TextEncodingRegistry.h" |
using namespace blink; |