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

Unified Diff: Source/wtf/CheckedArithmetic.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/BloomFilter.h ('k') | Source/wtf/Complex.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/wtf/CheckedArithmetic.h
diff --git a/Source/wtf/CheckedArithmetic.h b/Source/wtf/CheckedArithmetic.h
index 4a799447d57c41f33fd266d059f74f985c3b1baf..e16abb7d6f659c981c473a5f1f5db349ab5cc072 100644
--- a/Source/wtf/CheckedArithmetic.h
+++ b/Source/wtf/CheckedArithmetic.h
@@ -26,9 +26,9 @@
#ifndef CheckedArithmetic_h
#define CheckedArithmetic_h
-#include <wtf/Assertions.h>
-#include <wtf/EnumClass.h>
-#include <wtf/TypeTraits.h>
+#include "wtf/Assertions.h"
+#include "wtf/EnumClass.h"
+#include "wtf/TypeTraits.h"
#include <limits>
#include <stdint.h>
« no previous file with comments | « Source/wtf/BloomFilter.h ('k') | Source/wtf/Complex.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698