| Index: third_party/WebKit/Source/platform/testing/FuzzedDataProvider.h
|
| diff --git a/third_party/WebKit/Source/platform/testing/FuzzedDataProvider.h b/third_party/WebKit/Source/platform/testing/FuzzedDataProvider.h
|
| index 88020ca9dde872d0d4a32b4a5158bd47f408db5e..731f44174c6ffbbe0a1c9ebdb6ae000daaba18c5 100644
|
| --- a/third_party/WebKit/Source/platform/testing/FuzzedDataProvider.h
|
| +++ b/third_party/WebKit/Source/platform/testing/FuzzedDataProvider.h
|
| @@ -6,8 +6,8 @@
|
| #define FuzzedDataProvider_h
|
|
|
| #include "base/test/fuzzed_data_provider.h"
|
| -#include "wtf/Noncopyable.h"
|
| -#include "wtf/text/CString.h"
|
| +#include "platform/wtf/Noncopyable.h"
|
| +#include "platform/wtf/text/CString.h"
|
|
|
| namespace blink {
|
|
|
|
|