Index: Source/core/platform/graphics/chromium/ImageDecodingStore.h |
diff --git a/Source/core/platform/graphics/chromium/ImageDecodingStore.h b/Source/core/platform/graphics/chromium/ImageDecodingStore.h |
index 28c87c56bedade0ec8e08ffd06556e3caee379fb..45d1fb00331dd5a069bc5b65b080bdbd7fca03f9 100644 |
--- a/Source/core/platform/graphics/chromium/ImageDecodingStore.h |
+++ b/Source/core/platform/graphics/chromium/ImageDecodingStore.h |
@@ -33,12 +33,12 @@ |
#include "core/platform/graphics/chromium/SkSizeHash.h" |
#include "core/platform/image-decoders/ImageDecoder.h" |
-#include <wtf/DoublyLinkedList.h> |
-#include <wtf/HashSet.h> |
-#include <wtf/OwnPtr.h> |
-#include <wtf/PassOwnPtr.h> |
-#include <wtf/ThreadingPrimitives.h> |
-#include <wtf/Vector.h> |
+#include "wtf/DoublyLinkedList.h" |
+#include "wtf/HashSet.h" |
+#include "wtf/OwnPtr.h" |
+#include "wtf/PassOwnPtr.h" |
+#include "wtf/ThreadingPrimitives.h" |
+#include "wtf/Vector.h" |
namespace WebCore { |