Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(39)

Unified Diff: third_party/WebKit/Source/platform/wtf/FilePrintStream.h

Issue 2769603002: Move files in wtf/ to platform/wtf/ (Part 8). (Closed)
Patch Set: Rebase. Created 3 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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>
« no previous file with comments | « third_party/WebKit/Source/platform/wtf/DoublyLinkedList.h ('k') | third_party/WebKit/Source/platform/wtf/HashCountedSet.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698