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

Unified Diff: third_party/WebKit/Source/platform/wtf/DataLog.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/DataLog.h
diff --git a/third_party/WebKit/Source/wtf/DataLog.h b/third_party/WebKit/Source/platform/wtf/DataLog.h
similarity index 92%
copy from third_party/WebKit/Source/wtf/DataLog.h
copy to third_party/WebKit/Source/platform/wtf/DataLog.h
index 63dd77f12540ea9def7856cafe3a017312e48179..1aa94b6a5f510fa5ca163815ed83943e3f9ed5d5 100644
--- a/third_party/WebKit/Source/wtf/DataLog.h
+++ b/third_party/WebKit/Source/platform/wtf/DataLog.h
@@ -26,10 +26,10 @@
#ifndef DataLog_h
#define DataLog_h
-#include "wtf/Assertions.h"
-#include "wtf/Compiler.h"
-#include "wtf/FilePrintStream.h"
-#include "wtf/WTFExport.h"
+#include "platform/wtf/Assertions.h"
+#include "platform/wtf/Compiler.h"
+#include "platform/wtf/FilePrintStream.h"
+#include "platform/wtf/WTFExport.h"
#include <stdarg.h>
#include <stdio.h>
« no previous file with comments | « third_party/WebKit/Source/platform/wtf/BitVector.cpp ('k') | third_party/WebKit/Source/platform/wtf/DataLog.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698