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

Unified Diff: Source/wtf/DataLog.cpp

Issue 18095003: Replace #include <wtf/foo.h> with #include "wtf/foo.h" in Source/wtf. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 7 years, 6 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
« no previous file with comments | « Source/wtf/DataLog.h ('k') | Source/wtf/DateMath.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/wtf/DataLog.cpp
diff --git a/Source/wtf/DataLog.cpp b/Source/wtf/DataLog.cpp
index 87b47a2c06c20820159851f74d6b9c7afddfdda3..e36204e2d108080ac59761756fa48774748a43ad 100644
--- a/Source/wtf/DataLog.cpp
+++ b/Source/wtf/DataLog.cpp
@@ -26,9 +26,9 @@
#include "config.h"
#include "DataLog.h"
#include <stdarg.h>
-#include <wtf/FilePrintStream.h>
-#include <wtf/WTFThreadData.h>
-#include <wtf/Threading.h>
+#include "wtf/FilePrintStream.h"
+#include "wtf/WTFThreadData.h"
+#include "wtf/Threading.h"
#if OS(UNIX)
#include <unistd.h>
« no previous file with comments | « Source/wtf/DataLog.h ('k') | Source/wtf/DateMath.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698