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

Unified Diff: Source/wtf/IntegralTypedArrayBase.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/Int8Array.h ('k') | Source/wtf/ListHashSet.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/wtf/IntegralTypedArrayBase.h
diff --git a/Source/wtf/IntegralTypedArrayBase.h b/Source/wtf/IntegralTypedArrayBase.h
index 1faf14cab51333b06b235c276cafd2d914a68c02..e464a923183c0565dd0d5593cec8e6de29b5fa99 100644
--- a/Source/wtf/IntegralTypedArrayBase.h
+++ b/Source/wtf/IntegralTypedArrayBase.h
@@ -27,9 +27,9 @@
#ifndef IntegralTypedArrayBase_h
#define IntegralTypedArrayBase_h
-#include <wtf/TypedArrayBase.h>
+#include "wtf/TypedArrayBase.h"
#include <limits>
-#include <wtf/MathExtras.h>
+#include "wtf/MathExtras.h"
// Base class for all WebGL<T>Array types holding integral
// (non-floating-point) values.
« no previous file with comments | « Source/wtf/Int8Array.h ('k') | Source/wtf/ListHashSet.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698