| Index: third_party/WebKit/Source/platform/wtf/FilePrintStream.h
|
| diff --git a/third_party/WebKit/Source/wtf/FilePrintStream.h b/third_party/WebKit/Source/platform/wtf/FilePrintStream.h
|
| similarity index 96%
|
| copy from third_party/WebKit/Source/wtf/FilePrintStream.h
|
| copy to third_party/WebKit/Source/platform/wtf/FilePrintStream.h
|
| index 46af3de1abc7c826291646110fdbf69d3180620b..41c7df1a9039320554df61a11cbb9ae868a4b8ec 100644
|
| --- a/third_party/WebKit/Source/wtf/FilePrintStream.h
|
| +++ b/third_party/WebKit/Source/platform/wtf/FilePrintStream.h
|
| @@ -26,8 +26,8 @@
|
| #ifndef FilePrintStream_h
|
| #define FilePrintStream_h
|
|
|
| -#include "wtf/Compiler.h"
|
| -#include "wtf/PrintStream.h"
|
| +#include "platform/wtf/Compiler.h"
|
| +#include "platform/wtf/PrintStream.h"
|
| #include <memory>
|
| #include <stdio.h>
|
|
|
|
|