Index: third_party/WebKit/Source/platform/wtf/FilePrintStream.cpp |
diff --git a/third_party/WebKit/Source/wtf/FilePrintStream.cpp b/third_party/WebKit/Source/platform/wtf/FilePrintStream.cpp |
similarity index 96% |
rename from third_party/WebKit/Source/wtf/FilePrintStream.cpp |
rename to third_party/WebKit/Source/platform/wtf/FilePrintStream.cpp |
index 48c4ee7146514cdaf1e8fa8736ede428f375ac96..f5c3b6625feb5fc0b0152956f27c98a827e2f3be 100644 |
--- a/third_party/WebKit/Source/wtf/FilePrintStream.cpp |
+++ b/third_party/WebKit/Source/platform/wtf/FilePrintStream.cpp |
@@ -23,9 +23,9 @@ |
* OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. |
*/ |
-#include "wtf/FilePrintStream.h" |
+#include "platform/wtf/FilePrintStream.h" |
-#include "wtf/PtrUtil.h" |
+#include "platform/wtf/PtrUtil.h" |
#include <memory> |
namespace WTF { |