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

Unified Diff: Source/wtf/MemoryInstrumentationListHashSet.h

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/MemoryInstrumentationHashSet.h ('k') | Source/wtf/MemoryInstrumentationSequence.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/wtf/MemoryInstrumentationListHashSet.h
diff --git a/Source/wtf/MemoryInstrumentationListHashSet.h b/Source/wtf/MemoryInstrumentationListHashSet.h
index 5da2ed2782d2ad159dda5f75e8c65aedf91f3e7e..8d7502e99bd333686d95e5afbc3a1c4319069cb0 100644
--- a/Source/wtf/MemoryInstrumentationListHashSet.h
+++ b/Source/wtf/MemoryInstrumentationListHashSet.h
@@ -31,8 +31,8 @@
#ifndef MemoryInstrumentationListHashSet_h
#define MemoryInstrumentationListHashSet_h
-#include <wtf/ListHashSet.h>
-#include <wtf/MemoryInstrumentationSequence.h>
+#include "wtf/ListHashSet.h"
+#include "wtf/MemoryInstrumentationSequence.h"
namespace WTF {
« no previous file with comments | « Source/wtf/MemoryInstrumentationHashSet.h ('k') | Source/wtf/MemoryInstrumentationSequence.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698