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

Unified Diff: Source/wtf/BitVector.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/BitArray.h ('k') | Source/wtf/BloomFilter.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/wtf/BitVector.cpp
diff --git a/Source/wtf/BitVector.cpp b/Source/wtf/BitVector.cpp
index 6327e0aa17276747d89c885c616198991e1c7e2c..43fad988386f0eca3b7acf78dc6a271930b0954d 100644
--- a/Source/wtf/BitVector.cpp
+++ b/Source/wtf/BitVector.cpp
@@ -28,9 +28,9 @@
#include <algorithm>
#include <string.h>
-#include <wtf/Assertions.h>
-#include <wtf/FastMalloc.h>
-#include <wtf/StdLibExtras.h>
+#include "wtf/Assertions.h"
+#include "wtf/FastMalloc.h"
+#include "wtf/StdLibExtras.h"
namespace WTF {
« no previous file with comments | « Source/wtf/BitArray.h ('k') | Source/wtf/BloomFilter.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698