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

Unified Diff: Source/wtf/DateMath.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.cpp ('k') | Source/wtf/DecimalNumber.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/wtf/DateMath.cpp
diff --git a/Source/wtf/DateMath.cpp b/Source/wtf/DateMath.cpp
index 1504f1e6a3aa4d22e3d9317a258a5414869ee1d1..9eb23c79e7099e71442b6ffacabb8f6abd9abeca 100644
--- a/Source/wtf/DateMath.cpp
+++ b/Source/wtf/DateMath.cpp
@@ -84,7 +84,7 @@
#include <limits>
#include <stdint.h>
#include <time.h>
-#include <wtf/text/StringBuilder.h>
+#include "wtf/text/StringBuilder.h"
#if OS(WINDOWS)
#include <windows.h>
« no previous file with comments | « Source/wtf/DataLog.cpp ('k') | Source/wtf/DecimalNumber.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698