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

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

Issue 2767153004: Move files in wtf/ to platform/wtf/ (Part 12). (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.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 {
« no previous file with comments | « third_party/WebKit/Source/platform/wtf/DateMath.cpp ('k') | third_party/WebKit/Source/platform/wtf/InstanceCounter.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698